SECOND(time)
SELECT SECOND(‘11:22:33') SELECT SECOND(‘2016-01-16 11:44:22')
-> 33 -> 22
Returns the minute value of the time, value range (0-59)
The above is the detailed content of How to use the SECOND function in MySQL. For more information, please follow other related articles on the PHP Chinese website!