SELECT * FROM tabell1 LEFT OUTER JOIN tabell2 ON tabell2.parentId = tabell1.ID WHERE tabell2.langId = 1337 AND tabell2.ID IS NULL;