Einzelnen Beitrag anzeigen

mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.851 Beiträge
 
Delphi 11 Alexandria
 
#2

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

  Alt 22. Jul 2007, 19:33
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?
Markus Kinzler
  Mit Zitat antworten Zitat