volcanos
Benutzer
- Beiträge
- 19
select coalesce(kategorie,'GESAMTSUMME'), sum(brutto) total from billing.ausgaben group by rollup(kategorie) order by total;
Also da kommt bei mir ein Fehler:
SQL-Fehler [1064] [42000]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(kategorie) order by total
LIMIT 0, 200' at line 1
Also da kommt bei mir ein Fehler:
SQL-Fehler [1064] [42000]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(kategorie) order by total
LIMIT 0, 200' at line 1