How to cast DATETIME as a DATE in mysql? January 5, 2023 by Tarik Use DATE() function: select * from follow_queue group by DATE(follow_date)