Einzelnen Beitrag anzeigen

BlueStarHH

Registriert seit: 28. Mär 2005
Ort: Hannover-Hainholz
801 Beiträge
 
Delphi 11 Alexandria
 
#3

Re: [SQL, firebird] "not in" Operator funktioniert

  Alt 22. Jul 2007, 19:35
Zitat von mkinzler:
Sollte es nicht:
SQL-Code:
select * from Vorgang
where Brutto <> 0
and VgNr not in (select VgNr from Buchung)
and GsNr not in (select GsNr from Buchung);
heißen?
Nein, die Tabelle Vorgang hat nur die VgNr.
  Mit Zitat antworten Zitat