mysql使用Sql获取13位时间戳

SELECT REPLACE(unix_timestamp(current_timestamp(3)),'.','');
原文地址:https://www.cnblogs.com/chenchengxuyuan/p/10497125.html