Mysql
 sql >> Datenbank >  >> RDS >> Mysql

MySQL- GROUP und COUNT nach Datum

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