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 / kumar
select * from employees
where
length(hire_date)=length(sysdate)
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How would you convert date into julian date format?
What is a database trigger?
How to connect a sql*plus session to an oracle server?
What is a nested table in word?
what is the difference between $message and $$message? : Sql dba
What is case function?
What is restrict in sql?
what is cross join? : Sql dba
What is an exception in pl/sql?
List the different type of joins?
What is the difference between sql and t sql?
How to call shell script from pl sql procedure?
Can a select statement fire a trigger?
What is the function that is used to transfer a pl/sql table log to a database table?
What is server name sql?