sql >> Database teknologi >  >> RDS >> Mysql

MySQL MED ROLLUP viser ikke, hvad jeg forventede

prøv dette:

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



  1. Nth højeste løn

  2. multiprocessing-modul og forskellige psycopg2-forbindelser

  3. Sådan forbinder du to kolonner til den samme tabel

  4. Hvorfor \G i SELECT * FROM tabelnavn\G?