摘要: 时间戳转为时间: from_unixtime( unixtime,format),其中unixtime必须为整型(bigint),d若时间为秒时是10位,时间为毫秒时为13位。format是字符型(string),为所要转换的日期 例:from_unixtime(cast(substr(dt,1,1 阅读全文
posted @ 2020-04-29 14:30 jiumi 阅读(5536) 评论(0) 推荐(0) 编辑