Mysql
 sql >> Datenbank >  >> RDS >> Mysql

MySQL gruppiert nach Datum und konvertiert vom Unix-Zeitstempel

Sie können von- unixtime()

select FROM_UNIXTIME(`date`, '%d.%m.%Y') as ndate,
       count(id) as post_count
from your_table
group by ndate