sql >> Base de Datos >  >> RDS >> Mysql

MySQL- GROUP y COUNT por fecha

SELECT COUNT(*), trip_date , shop_id 
FROM trips 
GROUP BY trip_date , shop_id