wirte a query to filter improper date format follwing table?
date
20-apr
22-may-2010
26-jun-2010
feb-2009
i want the output
date
22-may-2010
26-jun-2010
Answer Posted / pulakesh
select * from testdate
where to_date(column1,'dd-mon-yyyy')=to_date(column1,'dd-
mon-yyyy') and length(column1)>8
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What will you get by the cursor attribute sql%notfound?
what are the limitations of identity column? : Transact sql
Is full outer join same as cross join?
What is auto increment feature in sql?
What are the types of records?
What is full form of rtm?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
Explain how exception handling is done in advance pl/sql?
Explain the difference between triggers and constraints?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What are the parts of a basic sql query?
Which data type is a composite type?
State few characteristics of pl/sql?
What is normalization in sql?
How to download oracle sql developer?