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 pl/sql package consists of?
What does over partition by mean in sql?
Write a query to find the names of users that begin with "um" in sql?
explain advantages of myisam over innodb? : Sql dba
Why select is used in sql?
How do I start sql from command line?
Why do we create views in sql?
What is loop in pl sql?
Why do we need cursors in pl sql?
What does varchar include?
What is rename in sql?
What is raw datatype in sql?
What company owns postgresql?
What is rownum and rowid?
how to concatenate two character strings? : Sql dba