select UNIX_TIMESTAMP(update_time)- UNIX_TIMESTAMP(insert_time) from t_video
Mysql计算两个时间点相差的多少秒
最新推荐文章于 2024-05-10 09:16:57 发布
select UNIX_TIMESTAMP(update_time)- UNIX_TIMESTAMP(insert_time) from t_video