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 are the sql aggregate functions?
what is commit? : Sql dba
What is pls integer?
what are the nonstandard string types? : Sql dba
what is myisam? : Sql dba
Does sql between include endpoints?
Can triggers stop a dml statement from executing on a table?
What is difference between nchar and nvarchar?
Can a procedure in a package be overloaded?
When should I use nosql database?
How long does it take to learn pl sql?
what are all the common sql function? : Sql dba
What is the difference between truncate and drop statements?
what is the syntax for using sql_variant_property? : Transact sql
How to set up sql*plus output format in oracle?