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
Answer / prasad
The function appears like this IIF(IS_DATE(DATE, 'DD-MON-YY'),TRUE,FALSE)
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / gyana
u can use the TODATE() function to make it as default date
and time
| Is This Answer Correct ? | 2 Yes | 0 No |
How to load only the first and last record of a flat file into the target?
EXL informatica Questions
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
List the transformation in informatica.
what is mapping performence?
How to fix the etl bugs..Tell me the process?
what is a junk dimension ?
14 Answers Atos Origin, Cognizant, HS, NIIT, TCS,
Explain the aggregator transformation?
In a concurrent batch if a session fails, can you start again from that session
Define mapplet?
how can run the wf through pmcmd commend? write script?
What is difference between partioning of relatonal target and partitioning of file targets?