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 / sowmya
Select date from table where date:=to_date(‘date’,’DD-MM-
YYYY’);
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is embedded sql with example?
How do you write a complex sql query?
What is duration in sql profiler trace?
what is the difference between primary key and unique key? : Sql dba
What are sql functions? Describe the different types of sql functions?
What is pivot query?
what is a trigger? : Sql dba
What is pl/sql table? Why is it used?
what is 'mysqlshow'? : Sql dba
how to include numeric values in sql statements? : Sql dba
Can we commit inside a trigger?
What is hibernate and its relation to sql?
Is pl sql a programming language?
What is a dynamic query?
Why do we use sql constraints?