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

What are the sql aggregate functions?

612


How to avoid using cursors? What to use instead of cursor and in what cases to do so?

607


what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba

558


What is the difference between sum and count in sql?

528


How do you determine the current isolation level? : Transact sql

584






What does varchar include?

519


how to fetch alternate records from a table? : Sql dba

603


What is multiple columns?

574


Which is the correct statement about truncate and delete?

530


what is table? : Sql dba

572


What does 0 mean in sql?

530


Which is faster view or stored procedure?

505


what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba

530


what is a join? : Sql dba

565


What are pl/sql cursors?

567