Mailinglisten-Archive |
Henner01_(at)_gmx.de wrote: > Hi Zusammen! > > Ich moechte gern aus zwei Tabellen gleichzeitig was auslesen, anhand einer > id, und ein Wert aus der einen Tabelle soll dabei gezaehlt werden (count). > > select table1.count(id) from table where table1.other_id =1 union select > table2.id,table2.name,table2.vorname from table2; > > MFG > > Mathias > > select tab1.count(id), tab2.id, tab2.name, tab2.vorname from tab1, tab2 where tab1.id = tab2.id group by tab2.id, tab2.name, tab2.vorname -- Hartmut Holzgraefe hartmut_(at)_six.de http://www.six.de +49-711-99091-77 Wir stellen für Sie aus auf der CeBIT 2002 und freuen uns in Halle 6 auf Ihren Besuch am Stand H 18 --- Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive