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
What is pl/sql language case sensitive?
Why we use stored procedure instead of query?
Explain alias in sql?
Does truncate table reset auto increment?
What is native sql query?
How can we link a sql database to an existing android app?
Is natural join same as inner join?
what are the different type of sql's statements ? : Sql dba
What is sql and how does it work?
Can sql function call stored procedure?
Explain some predefined exceptions.
What is not equal in sql?
Can we update views in sql?
What are all the ddl commands?
Is sql harder than python?