标签: mysql sql
如何将持续时间(以秒为单位)转换为SQL中格式化的hh:mm:ss?
hh:mm:ss
答案 0 :(得分:0)
SQL' sec_to_time()。
sec_to_time()
示例:
select sec_to_time(10000)收益02:46:40
select sec_to_time(10000)
02:46:40