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


Please Help Members By Posting Answers For Below Questions

What is record variable?

553


What is a pdo connection?

519


What is cte sql?

517


What are sql injection vulnerabilities?

500


what is a unique key ? : Sql dba

547






Mention what problem one might face while writing log information to a data-base table in pl/sql?

676


What is indexing oracle sql?

564


Why partition by is used in sql?

556


explain the difference between delete , truncate and drop commands? : Sql dba

550


Who is the owner of mysql database?

553


Does group by remove duplicates?

553


is mysql query is case sensitive? : Sql dba

565


Why do we need view in sql?

551


Which join is like an inner join?

525


What action do you have to perform before retrieving data from the next result set of a stored procedure ?

2097