Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

Grupo MySQL por SUM

SELECT cat_name, SUM(amount) AS total_amount
FROM table
GROUP BY cat_name