yo,
stichwort outer joins:
SELECT t2.spalte1, t2.spalte2
FROM nebentabelle t2
LEFT JOIN haupttabelle t1 ON t1.herstellernr = t2.herstellernr
WHERE t1.herstellernr IS NULL
Ilja
yo,
stichwort outer joins:
SELECT t2.spalte1, t2.spalte2
FROM nebentabelle t2
LEFT JOIN haupttabelle t1 ON t1.herstellernr = t2.herstellernr
WHERE t1.herstellernr IS NULL
Ilja