Thema: Delphi [SQL] Hilfe bei Abfrage

Einzelnen Beitrag anzeigen

samso

Registriert seit: 29. Mär 2009
439 Beiträge
 
#2

Re: [SQL] Hilfe bei Abfrage

  Alt 25. Mär 2010, 21:03
Bringt diese Abfrage das gesuchte Ergebnis?
SQL-Code:
SELECT groups.id, groups.parent, groups.itemlevel, groups.name, contacts2groups.contact_id
FROM groups
LEFT JOIN contacts2groups ON contacts2groups.group_id=groups.id
  Mit Zitat antworten Zitat