MINUTE(time) returns the minute for time, in the range 0 to 59. : MINUTE : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » MINUTE »

 

MINUTE(time) returns the minute for time, in the range 0 to 59.


mysql>
mysql> SELECT MINUTE('98-02-03 10:05:03');
+-----------------------------+
| MINUTE('98-02-03 10:05:03') |
+-----------------------------+
|                           |
+-----------------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» MINUTE