Forse usa LEFT JOIN.
SELECT *
FROM table1
LEFT JOIN table2 ON table1.id = table2.id
Vedi questo eccellente post di Jeff Atwood .
Forse usa LEFT JOIN.
SELECT *
FROM table1
LEFT JOIN table2 ON table1.id = table2.id
Vedi questo eccellente post di Jeff Atwood .