Ttt
Error 1064: 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 ') AS `Buchungen`,`datum__precision` AS `Datum__precision` FROM `cargo__bookings' at line 1
Function: CargoSQLQuery::run Query: SELECT trim(year) AS `Jahr`,`datum` AS `Datum`,RIGHT(count(*)) AS `Buchungen`,`datum__precision` AS `Datum__precision` FROM `cargo__bookings` `bookings` GROUP BY `year` ORDER BY trim(year),`datum`,RIGHT(count(*)) LIMIT 100