adspace
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
how many tables will create when we create table, what are they? : Sql dba
what is bcp? When does it used? : Sql dba
Is inner join faster than left join?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is sql server agent? : Sql dba
how to escape special characters in sql statements? : Sql dba
Do we need to rebuild index after truncate?
define sql insert statement ? : Sql dba
what are the advantages of sql ? : Sql dba
what is collation? : Sql dba
How do I remove duplicates in two columns?
Can we use distinct and group by together?
Does group by remove duplicates?
Is primary key clustered index?
If a cursor is open, how can we find in a pl/sql block?