mysql数据库中吧时分秒换算成秒的函数TIME_TO_SEC()
mysql数据库中吧时分秒换算成秒的函数TIME_TO_SEC()
表
tab
id time
1 00:01:30
比如 00:01:30
SELECT TIME_TO_SEC(time) FROM tab where id=1
得到的结果就是 90
表
tab
id time
1 00:01:30
比如 00:01:30
SELECT TIME_TO_SEC(time) FROM tab where id=1
得到的结果就是 90