bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL MINUTE() Function

Example

SELECT MINUTE("2017-06-20 09:34:00");

Definition and Usage

The MINUTE() function returns the minute part of a time/datetime (from 0 to 59).

Syntax

MINUTE(
datetime
)

Parameter Values

ParameterDescription
datetimeRequired. The time or datetime extract the minute from

Technical Details

Works in:From MySQL 4.0

Previous

MySQL MICROSECOND() Function

Next

MySQL MONTH() Function