Home  >  Article  >  Database  >  How to use the SECOND function in MySQL

How to use the SECOND function in MySQL

王林
王林forward
2023-06-03 18:07:04681browse

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!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete