Hallo,
kann mir mal jemand erklären, warum ich hier nicht auf die a.*-Spalten zugreifen kann?:
SQL-Code:
SELECT a.name, SUM(b.full_price),b.contact_id FROM CONTACTS as a FULL JOIN PROJECTDAY as b ON
a.ident=b.contact_id WHERE b.project_id=4 GROUP BY b.contact_id
ADS sagt dazu:
Zitat:
poQuery: Error 7200: AQE Error: State = HY000; NativeError = 2196; [iAnywhere Solutions][Advantage
SQL Engine]Column not found in GROUP BY clause: name in SELECT or HAVING clause.
Viele Grüße ...