Mega Code Archive

 
Categories / MySQL / Date Time
 

Extract the minutes by using the MINUTE() function

mysql> mysql> mysql> mysql> SELECT MINUTE('2004-12-31 23:59:59'); +-------------------------------+ | MINUTE('2004-12-31 23:59:59') | +-------------------------------+ |                            59 | +-------------------------------+ 1 row in set (0.00 sec)