table1 is the left side tableCode:table1 left join table2 on table1.id=table2.id
It gets tricky after that lol.
or trickier....Code:(table1 left join table2 on table1.id=table2.id) left join table3 on table1.id=table3.id
I have to go - finishing 'work'
Good Luck
Experiment
Vince






Reply With Quote