摘要: 固定日期转换成时间戳select unix_timestamp('2016-08-16','yyyy-MM-dd') --1471276800select unix_timestamp('20160816','yyyyMMdd') --1471276800select unix_timestamp( 阅读全文
posted @ 2019-07-10 17:26 AllTheWayForward 阅读(29415) 评论(0) 推荐(1) 编辑