摘要: 一、时间函数 # 按照指定时间格式获取当前时间 select from_unixtime(unix_timestamp(),'yyyy-MM-dd HH:mm:ss') ; # 时间戳转日期 select from_unixtime(1505456567); select from_unixtime 阅读全文
posted @ 2019-12-23 17:10 米兰的小铁將 阅读(357) 评论(0) 推荐(0)