Syntax
MINUTE(time)
Purpose
You can call this function to return the number of minutes of time.
Examples
obclient> SELECT MINUTE('18:20:17');
+--------------------+
MINUTE('18:20:17')
+--------------------+
20
+--------------------+
1 row in set (0.00 sec)