mysql group by date problem code example Example: mysql group by date SELECT SUM(foo), DATE(mydate) FROM a_table GROUP BY DATE(a_table.mydate);