📜  MySQL sec_to_time()函数

📅  最后修改于: 2020-11-20 06:33:40             🧑  作者: Mango

MySQL日期/时间sec_to_time()函数

sec_to_time()是MySQL日期/时间函数。它用于将给定的秒转换为时间。

句法

select sec_to_time(second);

参数:

第二:获取时间的第二个值。

例子1

select sec_to_time(2000);

输出:

例子2

select sec_to_time(40);

输出: