Hallo Joachim,
ich bekommme da eine Fehlermeldung, das er die Tabelle nicht findet?:
Zitat:
poQuery: Error 7200: AQE Error: State = HY000; NativeError = 7112; [iAnywhere Solutions][Advantage
SQL][ASA] Error 7112: The temporary table cannot be found. Table name: #contacts
Viele Grüße ...
// Edit. Ich glaub so geht's:
SQL-Code:
select a.* from contacts as a
where a.id not in (select b.contact_id from projects_to_contacts as b where b.project_id=4 )