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 'GROUP BY supplier ORDER BY treffer DESC' at line 1
select supplier, count(supplier) AS treffer FROM GROUP BY supplier ORDER BY treffer DESC
[TEP STOP]
|