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
Explain architecture of sql server notification services?
What is a .db file?
What found sql?
What is flag in sql?
What is the file extension for sql database?
What does data normalization mean?
How do you break a loop in pl sql?
How can we avoid duplicating records in a query?
what is data manipulation language? : Sql dba
Can sql developer connect to db2?
Why is there a need for sqlcode and sqlerrm variables?
What is sql prepared statement?
How many commands are there in sql?
What are few of the schema objects that are created using PL/SQL?
What is the difference between a primary key and a unique key?