write asql query to filter improper date format?
date
20-apr
11-mar-2010
30-may-2010
feb-2009

i want the output
date
11-mar-2010
30-may-2010

Answers were Sorted based on User's Feedback



write asql query to filter improper date format? date 20-apr 11-mar-2010 30-may-2010 feb-2009 ..

Answer / prasad

The function appears like this IIF(IS_DATE(DATE, 'DD-MON-YY'),TRUE,FALSE)

Is This Answer Correct ?    7 Yes 0 No

write asql query to filter improper date format? date 20-apr 11-mar-2010 30-may-2010 feb-2009 ..

Answer / gyana

u can use the TODATE() function to make it as default date
and time

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Informatica Interview Questions

how many session run unix environment what command using ?

1 Answers   HCL,


What do you mean by enterprise data warehousing?

0 Answers  


How to generate a single mapping for both the historical and incremental load.

2 Answers   CSC, TATA,


Which transformation can be created only as reusable transformation but not as non-reusable transformation?

1 Answers   Informatica,


I am Unable to load the FixedWith FlatFile Into The Target.What Is The Reason. PLZ Help Me..

1 Answers  






Did u used latest transformations of 8.6.0? for what?

0 Answers  


What are the restrictions of union transformation?

0 Answers  


Why we select the table which has minimum number of records as Master table in joiner?

4 Answers   HG, UST,


how we do performence tuning in informatica

3 Answers  


If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks

7 Answers   Puma,


How can i catch the Duplicate Rows From SorterTrans in a Seperate Target Table ?

2 Answers  


Hi, What is version control in Informatia ? Can anyone just give an idea or introduction about this? Advance Thanks

2 Answers   IBM,


Categories