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
define sql update statement ? : Sql dba
what is cross join? : Sql dba
What is the difference between cross join and natural join?
What is sqlservr exe?
When should I use nosql database?
Why do we use joins in sql?
What is Difference Between Unique and Primary Key Constraints?
Define the select into statement.
how are mysql timestamps seen to a user? : Sql dba
Can one improve the performance of sql*loader? : aql loader
How do I find sql profiler?
What is output spooling in sql*plus?
What are the usages of sql?
how to include numeric values in sql statements? : Sql dba
How to run sql functions in pl/sql?