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
what are different types of keys in sql?
Does sql profiler affect performance?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What are different types of triggers?
What is exit statement?
What is scope of pl sql developer in future?
What are the constraints available in sql?
What is a full join sql?
Can we use ddl commands in pl sql?
How do I sort a table in sql?
Why use triggers in sql?
What is index example?
What is server name sql?
What is a sql profiler?
What do you understand by exception handling in pl/sql?