phpbar.de logo

Mailinglisten-Archive

[php] mysql> mehrere tabellen abfragen

[php] mysql> mehrere tabellen abfragen

Thomas Bartz thomas_(at)_cyainhell.de
Sun, 21 Jan 2001 20:43:29 +0100


hi,

> SELECT * FROM table1, table2, table3 WHERE table1.key=blabla AND
> table2.key=blubber
das mit dem Sternchen is dann natürlich humbug.. da musst du es dann genauso
machen..
also:

SELECT table1.key, table2.key FROM table1, table2 WHERE table1.key=blabla
AND table2.key=blubber

gruss
Thomas



php::bar PHP Wiki   -   Listenarchive