will date datatype hold datetime? its not taking datetime.
i have to store datetime into a field in table, for that which datatype i have to use?
Thanks,
Srikanth
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The date field does hold date time but you’ll need to use the to_date function
for example, if you’re trying to insert 2009/01/04 09:00:00 you will use
Note the datetime mask used to tell the field what format the data is arriving in