摘要:
####时间戳转日期: 如果时间戳为13位数即为毫秒级,需要除以1000 参考如下: from_unixtime(字段名称/1000, '%Y-%m-%d %H:%i:%s') ####日期转时间戳: unix_timestamp('2021-09-06 10:00:00') 参考链接: https 阅读全文
posted @ 2021-09-06 10:33
Morpheus1024
阅读(2932)
评论(0)
推荐(0)