Extract the minutes by using the MINUTE() function: MINUTE(






Extract the minutes by using the MINUTE() function: MINUTE(

   
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)

   
    
    
  








Related examples in the same category