In the Oracle, how to do this date compare if column type is datetime ? I want to keep the string format ‘MM/dd/yyyy’ .
how to do this ?
Thanks
select * from my_tbl
where mycol >= '07/11/2012'
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.
Assuming that date means July 11th:
If that date should be November 7th:
Depending on how you fill in the values for mycol, you might want to get rid of the time part as well: