Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Spalten nach Daten in SQL zählen

SELECT date, SUM(counter)
FROM all_stats
GROUP BY date