SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to group by date in MySQL then use the code below:
SELECT COUNT(id) FROM stats GROUP BY DAYOFMONTH(record_date)
Hope this saves some time for the ones who are going to find this thread.