sql 时间戳转日期字符串

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 时间戳转日期字符串相关的知识,希望对你有一定的参考价值。

select date_format(from_unixtime(round(updated_at/1000,0)),"%Y-%m-%d") as `date`,count(distinct column) from table group by date;

以上是关于sql 时间戳转日期字符串的主要内容,如果未能解决你的问题,请参考以下文章

mysql时间戳转换日期格式

js 时间戳转日期时间

js 时间戳转日期时间

js 时间戳转日期时间

js页面里时间戳转日期

sql 怎样将时间转成日期?