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 / john bershan

select to_char(column_name,'dd-mon-yyyy') from <table_name>;

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why schema is used in sql?

625


Does view store data in sql?

611


What is the purpose of normalization?

648


What is function and procedure?

639


Could you please provide oca (oracle 10g) dumps for my certification ?

4643






What is pragma in sql?

705


explain the difference between bool, tinyint and bit. : Sql dba

604


What is database sql?

625


How you can copy a file to file content and file to pl/sql table in advance pl/sql?

710


What is fmtonly in sql?

624


what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba

735


If a cursor is open, how can we find in a pl/sql block?

779


What is group by in sql?

636


What are all types of user defined functions?

615


How do you use collections in procedure to return the resultset?

1881