ich hab einmal etwas umformatiert:
SQL-Code:
Select Tabelle1.MasterNummer
from Tabelle1
Left Outer Join Tabelle2 on Tabelle1.Staus = Tabelle2.Status
and Tabelle1.CoNummer = Tabelle2.CoNummer
where 1=1
and Tabelle2.Status is null
and Tabelle1.Status <> 'N'
and Tabelle1.Storno is Null
bis zum Join ist ja noch alles in Ordnung aber dann
Wenn
Tabelle2.Status is null
wahr ist, dann viel Spaß beim Joinen!
Wenn
Tabelle1.Status <> 'N'
wahr ist, dann kannst Du die vorherige Bedingung vergessen.
Das Da überhaupt etwas heraus kommt wundert mich.
Gruß
K-H