Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to get full name of monthname ?

Answers were Sorted based on User's Feedback



How to get full name of monthname ?..

Answer / shikha grover

Select date_format(curdate(),'%M') ;

Is This Answer Correct ?    11 Yes 1 No

How to get full name of monthname ?..

Answer / vijay

select monthname(curdate()) as Month_Name;

Is This Answer Correct ?    10 Yes 2 No

How to get full name of monthname ?..

Answer / subhojit

select to_char(sysdate,'Month') from dual

Is This Answer Correct ?    3 Yes 4 No

How to get full name of monthname ?..

Answer / sudhanshu_kmr

select month(now());

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More MySQL Interview Questions

What?s the difference between PRIMARY KEY and UNIQUE in MyISAM?

4 Answers   Aufait, CSS, Wipro,


What is mysql port?

0 Answers  


How do I grant privileges to a user in mysql phpmyadmin?

0 Answers  


If you specify the data type as DECIMAL (5,2), what?s the range of values that can go in this table?

2 Answers  


Does mysql support nosql?

0 Answers  


at first i'm using datediff('d', a.due_date, current_date); but it takes too long to get the result but how can i subtract the current_date - a.due_date and still get the same result like when i use datediff? thank you

1 Answers  


Can you tell what are various ways to create an index?

0 Answers  


What is mysql connection limit?

0 Answers  


What is difference between mysql and mysqli?

0 Answers  


How to get the current date in mysql?

0 Answers  


Where is the myisam table stored?

0 Answers  


How do I rename a table in mysql workbench?

0 Answers  


Categories