SQL-Code:
select r_nummer,r_steller,sum(r_epreis) from Rechnung where stelle ='011' and bereich = 101 and R_Steller not like 'trigger'
group by r_nummer
Man verzeihe meine Unwissenheit,aber oben genannter Code will nicht funktionieren
Fehler: Invalid expression in the select list (not contained in either an aggregate function or the GROUP BY clause).
Alle beispiele die ich gefunden habe sehen aber genau so aus. Es handelt dich um eine Firebird
DB