MINUTE(time_exp)

Returns the minute based on the minute field in time_exp as an integer value in the range of 0-59.

 

Example:

SELECT MINUTE({t '10:33:00'}) returns 33