Thema: Delphi Problem mit SQL Abfrage

Einzelnen Beitrag anzeigen

Grolle

Registriert seit: 5. Nov 2004
Ort: Coesfeld
1.268 Beiträge
 
Delphi 2010 Professional
 
#3

Re: Problem mit SQL Abfrage

  Alt 31. Aug 2009, 17:45
Hi,

hatte ich auch schon getestet. Fehlermeldung bleibt die Gleiche Das geht auch nicht:
SQL-Code:
SELECT a.id, a.color,a.archiv, RTRIM(a.name) + '', '' + RTRIM(a.first_name) as wholename FROM contacts as a
WHERE ((a.archiv=0) AND (a.id NOT IN (SELECT b.contact_id FROM projects_to_contacts as b WHERE b.project_id=103))) ORDER BY a.name

Greetz ...

  Mit Zitat antworten Zitat