Syntax
MINUTE(time)
Purpose
MINUTE() returns the number of minutes of time.
Examples
obclient> SELECT MINUTE('18:20:17');
+--------------------+
| MINUTE('18:20:17') |
+--------------------+
| 20 |
+--------------------+
1 row in set