mysql.h
MINUTE()
MINUTE(time)
Devuelve el minuto para el tiempo time, en el rango de 0 a 59:
mysql> SELECT MINUTE('98-02-03 10:05:03'); +-----------------------------+ | MINUTE('98-02-03 10:05:03') | +-----------------------------+ | 5 | +-----------------------------+ 1 row in set (0.00 sec)