try:
SELECT *
FROM        table1
left outer join table2
on table1.id1 = table2.id1
inner join tabl3
on table2.id1 = table3.id1