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 many sectors are in a partition?

564


How do you create a db file?

523


How to make a copy values from one column to another in sql?

576


What is program debugging?

568


How many subqueries can be nested in a statement?

506






Is nosql relational?

547


Is ms sql is free?

532


Can we use join in subquery?

567


what are enums used for in mysql? : Sql dba

611


What is sqlcommand?

557


What is primary key secondary key alternate key candidate key?

546


How to start the command-line sql*plus?

566


Does a user_objects view have an entry for a trigger?

570


how many tables will create when we create table, what are they? : Sql dba

545


What does trigger mean in psychology?

537