phpbar.de logo

Mailinglisten-Archive

[php] [OT] mysql-query - neuestes item aus 5 tables

[php] [OT] mysql-query - neuestes item aus 5 tables

Tobias traffic_eye_(at)_hotmail.com
Sun, 11 Feb 2001 19:04:28 +0100


hi

> meine frage ist nun, wie ich das neueste item aus einer der 5 tables
> auslese.
> also in jeder table sind items und ich möchte nun EIN item haben,
> das laut "date" (timestamp) insgesamt das neueste aus den 5 tables ist.
> die performance spielt hier eine grosse rolle und
> jede der tables hat ca 1000 - 10000 datensätze.

probiers mal so ... ACHTUNG : nicht ausprobiert .....

select
max(t1.timestamp),max(t2.timestamp),max(t3.timestamp),max(t4.timestamp),max(
t5.timestamp)  from table1 as t1,table2 as t2,table3 as t3,table4 as t4 join
table5 as t5 using(id) group by (item)

cu
tobias
www.traffic-eye.de


php::bar PHP Wiki   -   Listenarchive