MONTH(date) returns the month for date, in the range 0 to 12. : MONTH : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » MONTH »

 

MONTH(date) returns the month for date, in the range 0 to 12.


mysql>
mysql> SELECT MONTH('1998-02-03');
+---------------------+
| MONTH('1998-02-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
» MONTH