Version: V1.0.0On this pageSECOND 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)