Loading lesson path
Concept visual
Start at both ends
Return the minute part of a datetime value: SELECT MINUTE("2017-06-20 09:34:00");
Formula
The MINUTE() function returns the minute part of a time/datetime (from 0 to59).
datetime )
Required. The time or datetime extract the minute from
From MySQL 4.0
Return the minute part of a time value: SELECT MINUTE("23:59:59");
❮ MySQL Functions