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

How to use the MINUTE function in MySQL

王林
王林forward
2023-05-26 15:16:061382browse

MINUTE(time)

SELECT MINUTE(‘11:22:33') 
SELECT MINUTE(‘2016-01-16 11:44:33')
rrree

Returns the minute value of the time, value range (0-59)

The above is the detailed content of How to use the MINUTE 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