So?
SELECT h.*
FROM haupt h
WHERE h.companyId NOT IN (SELECT h.companyId FROM haupt h, company c WHERE h.companyId = c.id)
Anm.: die h.companyId ist dieselbe wie in c.id... die spalten heißen nur anders...
So?
SELECT h.*
FROM haupt h
WHERE h.companyId NOT IN (SELECT h.companyId FROM haupt h, company c WHERE h.companyId = c.id)
Anm.: die h.companyId ist dieselbe wie in c.id... die spalten heißen nur anders...