Course
Simulator
More
Premium
Log in
SQL Function Reference
Functions
MINUTE
MINUTE
Returns the minutes value (from 0 to 59) for the time
MySQL
MINUTE
(
datetime
)
Examples
MySQL
SELECT
MINUTE
(
'2022-06-16 16:37:03'
)
;