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 / kumar

select * from employees
where
length(hire_date)=length(sysdate)

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add, remove, modify users using sql?

739


what are numeric data types? : Sql dba

754


How to create an array in pl/sql?

767


What is composite data type in pl sql?

762


What is natural join in sql?

705






what is an extent ? : Sql dba

751


what is the difference between delete and truncate commands? : Sql dba

717


How subquery works in sql?

725


When you have to use a default "rollback to" savepoint of plvlog?

907


What is the left table in sql?

697


What is your daily office routine?

1985


How do I start sql profiler?

739


What are some predefined exceptions in pl/sql?

740


Explain the difference between triggers and constraints?

702


How do I create a sql database?

708