adspace
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
Is primary key clustered index?
what is collation? : Sql dba
How do I remove duplicates in two columns?
what is bcp? When does it used? : Sql dba
what is sql server agent? : Sql dba
what is schema? : Sql dba
Do we need to rebuild index after truncate?
what are aggregate and scalar functions? : Sql dba
how to start mysql server? : Sql dba
What is the current version of postgresql?
how to escape special characters in sql statements? : Sql dba
define sql insert statement ? : Sql dba
What is the current version of sql?
Does group by remove duplicates?
What is the best sql course?