phpbar.de logo

Mailinglisten-Archive

AW: [php] problem mit join

AW: [php] problem mit join

Wolfgang Hauck php_(at)_phpcenter.de
Thu, 11 Apr 2002 16:32:10 +0200


Hi Robert,

>ich habe drei tabellen. 2 mit 4 und 1 mit 5 spalten.
> habe es schon mit join versucht, doch das
>klappt nicht so recht

Geht auch so:

select table1.*, table2.*, table3.* from table1, table2, table3 where table1.id=table2.id and table2.id2=table3.id2 ....

MFG Wolfgang


php::bar PHP Wiki   -   Listenarchive