Ik zou voor het volgende gaan
SELECT SUM(totalprice), year(date), month(date)
FROM sales
GROUP BY year(date), month(date)
Ik zou voor het volgende gaan
SELECT SUM(totalprice), year(date), month(date)
FROM sales
GROUP BY year(date), month(date)