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


Please Help Members By Posting Answers For Below Questions

how can you see all indexes defined for a table? : Sql dba

708


Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

3305


What is the use of double ampersand (&&) in sql queries? Give an example

805


what is heap table? : Sql dba

798


Why left join is used in sql?

696






Write a unique difference between a function and a stored procedure.

711


Compare sql & pl/sql

769


How to Execute a Package in PL/SQL.?

803


How can we solve sql error: ora-00904: invalid identifier?

881


Which kind of parameters cannot have a default value in pl sql?

800


What is percent sign in sql?

922


describe mysql connection using mysql binary. : Sql dba

750


What is minus?

747


What are the two types of periodical indexes?

656


How to revise and re-run the last sql command?

832