SELECT MONTHNAME('1989-07-20'); : MONTHNAME : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » MONTHNAME »

 

SELECT MONTHNAME('1989-07-20');


mysql>
mysql> SELECT MONTHNAME('1989-07-20');
+-------------------------+
| MONTHNAME('1989-07-20') |
+-------------------------+
| July                    |
+-------------------------+
row in set (0.02 sec)

mysql>
mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» MONTHNAME