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
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
how many groups of data types? : Sql dba
How to rename a table?
How many types of cursors are available in pl/sql?
what is bdb (berkeleydb)? : Sql dba
What operating systems are supported by oracle sql developer?
Define overloaded procedure?
What are the different dml commands in sql?
How do we use distinct statement? What is its use?
Is sql dba a good career? : SQL DBA
Is mariadb nosql?
How to add a column ‘salary’ to a table employee_details?
What is difference between pl and sql?
What is a pragma statement?
What is sql deadlock?