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

MySQL WITH ROLLUP não mostrando o que eu esperava


tente isso:
SELECT client, job_type, sum(actual_value_fee)
 FROM jo2details 
 GROUP BY client, job_type WITH ROLLUP