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 many ways we can we find the current date using MySQL?

Answer Posted / vikas d.k. gupta

To get the Current Date:-
1. SELECT CURDATE();
2. SELECT CURRENT_DATE();
To get the Current Time:-
1. SELECT CURTIME();
2. SELECT CURRENT_TIME();
To get both at the same time:-
1. SELECT NOW();
2. SELECT SYSDATE();

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can you tell the order of sql select statement? : Mysql dba

952


Can we write pl sql mysql?

981


What is information_schema in mysql?

1047


What is the difference between float and double?

1185


Does adding an index lock a table?

1002


How do I restart mysql on windows?

1007


What is identity in mysql?

1029


How to drop an existing table in mysql?

1057


What is mysql enterprise edition?

957


Why should I learn mysql?

964


What is int mysql?

1004


What is flush privileges in mysql?

1043


How do I start mysql in linux?

952


What are the differences between char and varchar data types?

1185


How many rows can mysql hold?

930