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

select to_date('Column_Name','dd-mon-yyyy') from table_name;

Is This Answer Correct ?    23 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does sql*plus have a pl/sql engine?

753


What is nested table in pl sql?

739


What are dml commands?

735


What does rownum mean in sql?

720


What is cartesian join in sql?

740






Difference between global and parameter variables?

1652


How does postgresql compare to oracle/db2/ms sql server/informix?

770


What do you mean by query optimization?

726


What are the basic sql commands?

739


What is a trigger word?

725


Explain how can you save or place your msg in a table?

772


Mention what plvcmt and plvrb does in pl/sql?

830


Can I join the same table twice?

738


What are the rules to be applied to nulls whilst doing comparisons?

976


What is bind reference and how can it be created?

768