SQL Function Reference

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');