top of page
Shareware software
Topic
Syntax:
SECOND(time)
Returns the second for time, in the range 0 to 59.
URL: https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html
Example
mysql> SELECT SECOND('10:05:03');
-> 3
bottom of page