This article is tagged with:
Sql sum and other fields
and mysql
sql sum and other fields
SELECT sum(a) as car,b,c FROM toys
GROUP BY b, c