This tutorial explains how to use the MySQL MINUTE function with syntax and examples.
The MySQL MINUTE function returns the minute portion of a date value.
The syntax for the MINUTE function in MySQL is:
A time or datetime value from which to extract the minute.
The MINUTE function can be used in the following versions of MySQL:
Let's look at some MySQL MINUTE function examples and explore how to use the MINUTE function in MySQL.
For example:
This last MINUTE example would display the minute portion of the current system time (current system time is returned by the CURTIME function).