group by y-m-d sql code example Example: mysql group by date SELECT SUM(foo), DATE(mydate) FROM a_table GROUP BY DATE(a_table.mydate);