mysql 将时间转换成时间戳

select  UNIX_TIMESTAMP(addtime/*date_column*/) from tablename
输出:1548658912
数据库原格式:2019-01-28 15:01:20
原文地址:https://www.cnblogs.com/loveMis/p/10338237.html