MySQL Function Reference

MINUTE
Returns the minutes value (from 0 to 59) for the time
MySQL 8.1
MINUTE(datetime)
Examples
MySQL 8.1
SELECT MINUTE('2022-06-16 16:37:03');