In MariaDB, MINUTE()
is a built-in date and time function that returns the minutes portion of a given time expression.
It accepts one argument, which is the time you want to extract the minutes from.
The minutes are returned as a number in the range 0
to 59
.