top of page


© 2025 by The Clinic. Powered and secured by Wix
MySQL:
SECOND
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