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 

原文地址:https://www.cnblogs.com/lixiaoping/p/6768673.html