Hallo,
hi
select * from table_1 as a,table_2 as b,table_3 as c
where a.id = '1' and b.id = '1' and c.id='1'
wenn table_3 leer ist, gibt es auch keine c.id='1', darum ist der join der tabellen leer.
vielen dank
mfg mike
lg aw
Hallo,
hi
select * from table_1 as a,table_2 as b,table_3 as c
where a.id = '1' and b.id = '1' and c.id='1'
wenn table_3 leer ist, gibt es auch keine c.id='1', darum ist der join der tabellen leer.
vielen dank
mfg mike
lg aw