[ad_1]
SELECT MONTHNAME(curdate());
Doc
or if you only need the first 3 letters
SELECT substr(MONTHNAME(curdate()), 1, 3);
0
[ad_2]
solved I want get month() function return value as ‘jan’,feb etc
[ad_1]
SELECT MONTHNAME(curdate());
or if you only need the first 3 letters
SELECT substr(MONTHNAME(curdate()), 1, 3);
0
[ad_2]
solved I want get month() function return value as ‘jan’,feb etc