SECOND(time) returns the second for time, in the range 0 to 59. : SECOND « Date Time Functions « MySQL Tutorial






mysql>
mysql> SELECT SECOND('11:05:03');
+--------------------+
| SECOND('11:05:03') |
+--------------------+
|                  3 |
+--------------------+
1 row in set (0.00 sec)

mysql>








14.36.SECOND
14.36.1.SECOND(time) returns the second for time, in the range 0 to 59.