Skip to main content
Version: V1.0.0

SECOND

Declaration

SECOND(time)

Description

Returns the number of seconds in the time time.

Example

SELECT SECOND('18:20:17');
+--------------------+
| SECOND('18:20:17') |
+--------------------+
| 17 |
+--------------------+
1 row in set (0.001 sec)