当前位置:Gxlcms > 数据库问题 > Mysql 常用函数(41)- sec_to_time 函数

Mysql 常用函数(41)- sec_to_time 函数

时间:2021-07-01 10:21:17 帮助过:3人阅读

https://www.cnblogs.com/poloyy/p/12890763.html

 

sec_to_time 的作用

和 time_to_sec 作用相反,将秒转换成时间(时、分、秒)

 

sec_to_time 的语法格式

SEC_TO_TIME(seconds)

语法格式说明

  • seconds:传入秒数
  • 重点:是指将传入的时间转换成距离当天00:00:00的秒数,00:00:00为基数,等于 0 秒

小栗子

SELECT SEC_TO_TIME(2378); # 00:39:38

SELECT SEC_TO_TIME(2378) + 0; # 3938

 

 

Mysql 常用函数(41)- sec_to_time 函数

标签:https   nbsp   blog   com   select   汇总   mysq   code   weight   

人气教程排行