For at sammenligne NULL
værdier du skal bruge IS NULL
prædikat, som dette:
SELECT table1.*, table2.*
FROM table1
LEFT JOIN table2 ON table1.id=table2.id
WHERE table2.surname IS NULL
For at sammenligne NULL
værdier du skal bruge IS NULL
prædikat, som dette:
SELECT table1.*, table2.*
FROM table1
LEFT JOIN table2 ON table1.id=table2.id
WHERE table2.surname IS NULL