MINUTE()
MINUTE(time)
time
Returns the minute for time. This code returns the value 56:
56
SELECT MINUTE('11:56:23');