Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Return a time object corresponding to the input second count.
SEC_TO_TIME ( sec )
A time object.
select sec_to_time(84690);
+--------------------+
| sec_to_time(84690) |
+--------------------+
| 23:31:30 |
+--------------------+
select sec_to_time(-10000000);
+------------------------+
| sec_to_time(-10000000) |
+------------------------+
| -838:59:59 |
+------------------------+