Code:
table1 left join table2 on table1.id=table2.id
table1 is the left side table

It gets tricky after that lol.
Code:
(table1 left join table2 on table1.id=table2.id)
left join table3 on table1.id=table3.id
or trickier....


I have to go - finishing 'work'
Good Luck
Experiment

Vince