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
How do I count records in sql?
What is difference between inner join and self join?
What are the disadvantages of not performing database normalization?
Explain what is rdbms?
Why select is used in sql?
what is isam? : Sql dba
What is transaction control language (tcl)?
What are % type and % rowtype?
Can we use pl sql in mysql?
What are local and global variables and their differences?
Which command is used to call a stored procedure?
What is the most restrictive isolation level? : Transact sql
Explain polymorphism in pl/sql.
how to drop an existing view in mysql? : Sql dba
What is where clause in sql?