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 is error ora-01000: maximum open cursors exceeded
What can you do with pl sql?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
How much does sql cost?
What is the purpose of using pl/sql?
What is the default isolation level in sql server? : Transact sql
Is pl sql and postgresql same?
What is the difference between the conventional and direct path loads? : aql loader
What is partition in sql query?
What are the advantages of sql?
What does inner join mean?
Are stored procedures faster than queries?
what is a trigger in mysql? : Sql dba
What are the different sql commands?
What is the command used to fetch first 5 characters of the string?