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...


when i declare date data type in sql ,i inserted the date
22-10-2012,but my result is in different date 1894-07-11 any
one pls help me what's wrong in my query
Create table orders(od_id int,od_name varchar(10),od_date
date)
insert into orders values(1,'sai',22-10-2012) and any one
pls suggest what i can learn for 3 years real time
experenice in sql because i am looking for database field



when i declare date data type in sql ,i inserted the date 22-10-2012,but my result is in different..

Answer / lakshmi

The default date format in sql is 'yyyy-mm-dd' but in the query that is in dd-mm-yyyy and without single quotes. Below is the insert query.

insert into orders values(1,'sai','2012-10-22');

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do you rename a table?

0 Answers  


What does mysql flush privileges do?

0 Answers  


How to get full name of monthname ?

4 Answers  


What is row level locking in access?

0 Answers  


What is the use of i-am-a-dummy flag in mysql?

0 Answers  


What are the functions of mysql?

0 Answers  


Write a program using the select statement, while loop.

0 Answers  


Are stored procedures precompiled?

0 Answers  


How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.

0 Answers  


What is the purpose of using ifnull() function?

0 Answers  


How do I change global variables in mysql?

0 Answers  


How do I know if mysql is running on windows?

0 Answers  


Categories