Gebruik misschien LEFT JOIN.
SELECT *
FROM table1
LEFT JOIN table2 ON table1.id = table2.id
Zie dit uitstekende bericht van Jeff Atwood .
Gebruik misschien LEFT JOIN.
SELECT *
FROM table1
LEFT JOIN table2 ON table1.id = table2.id
Zie dit uitstekende bericht van Jeff Atwood .