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 run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed information.
What are variable ports and list two situations when they can be used?
3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's column value reaches to maximum value, then what will happen, will the session fail? If it is the situation, then what should be done so that we can stop this kind of situation in advance?
can anyone explain me about sales project in informatica?
If i have one source having 10 ports.In a mapping i use that source one target having that ten ports.Data from 5 ports are going to target through a mapplet and another 5 ports are going to target through another mapplet.Both 2 mapplets are intially passive in nature.But presently my requirment to convert on mapplet to ACtive.How can i do it.
how to through logic of informatica using the push down optimization into oracle.
How to generate sequence numbers without using the sequence generator transformation?
Why we use partitioning the session in informatica?
what is correlated query?
What is the difference between procedure and stored procedur?
State the limitations where we cannot use joiner in the mapping pipeline?
with out using update strategy transnsformation how to update the data in mapping level