Mysql
 sql >> Database >  >> RDS >> Mysql

Come trasmettere DATETIME come DATE in mysql?

Usa DATE() funzione:

select * from follow_queue group by DATE(follow_date)