yo,
select a.subnummer from tabelle a, tabelle b, tabelle c where a.nummer=1000 and a.subnummer=b.subnummer and b.nummer=1001 and a.subnummer=c.subnummer and c.nummer=1002;
auch bei dieser lösung fehlt das DISTINCT.
Ilja
yo,
select a.subnummer from tabelle a, tabelle b, tabelle c where a.nummer=1000 and a.subnummer=b.subnummer and b.nummer=1001 and a.subnummer=c.subnummer and c.nummer=1002;
auch bei dieser lösung fehlt das DISTINCT.
Ilja