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

select * from TABLE1
where VSIZE(column_name) > (select VSIZE('DD-MON-YYYY') from dual)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between truncate and drop statements?

581


What is difference between left and right outer join?

528


What are the different types of a subquery?

525


What is rename command in sql?

471


how to dump a table to a file with 'mysqldump'? : Sql dba

556






Explain about various levels of constraint.

525


What are keys in sql?

553


what is denormalization. : Sql dba

550


What does joining a thread mean?

550


what are date and time data types? : Sql dba

542


What is nvarchar in sql?

527


what are the different type of sql's statements ? : Sql dba

522


What is procedure in pl sql?

538


Can a trigger call a stored procedure?

541


What is sql query optimization?

549