MINUTE()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Returns the minutes for a time, in the range 0 to 59.
EXAMPLES
SELECT MINUTE('2020-01-03 10:59:01'),MINUTE('10:00:01');
+-------------------------------+--------------------+
| MINUTE('2020-01-03 10:59:01') | MINUTE('10:00:01') |
+-------------------------------+--------------------+
| 59 | 0 |
+-------------------------------+--------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.