MINUTE

Extracts the minutes of the hour from the given datetime.

Syntax

MINUTE ( dateobj )

Arguments

  • dateobj: a valid date, datetime, time, or parsable datetime string.

Return Type

Integer

Examples

SELECT MINUTE('2009-02-13 23:31:30');
+-------------------------------+
| MINUTE('2009-02-13 23:31:30') |
+-------------------------------+
|                            31 |
+-------------------------------+

Related Topics

Last modified: May 31, 2023

Was this article helpful?