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

How many sql statements are used?

737


How can triggers be used for the table auditing?

750


Can you have more than one trigger on a table?

704


what are the types of subquery? : Sql dba

763


Why we use triggers in mysql?

719






What is normalization in a database?

837


Which one is better sql or oracle?

693


how to check myisam tables for errors? : Sql dba

875


Explain dml and ddl?

731


How consistent is the view of the data between and within multiple sessions, transactions or statements ?

1911


How to return an array from java to pl/sql?

780


What are the two parts of design view?

764


How do I remove sql plus from windows 10?

759


how to return query output in html format? : Sql dba

842


Do foreign keys improve performance?

741