select * from emp where sal>(select min(sal) from emp) how
to implement the same in informatica ?
Answer Posted / chiranjeevi.madam
The above answer is correct. But, the aggregated value should be found in one pipeline and the filter should be in another pipeline both coming from source qualifier or previous t/r.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is resilience time?
my source is junk data how will u remove that junk data by using unix please any one replay me
wf dont have integration severances how you can run?
Separate from a database, an information bazaar, and an information stockroom?
What is mapping debugger?
How to use pmcmd utility command?
What is the difference between writing a joiner query in ANSI style and THETA style?
What are the mapping parameters and mapping variables?
What is target designer and target load order?
What are the components of Informatica? And what is the purpose of each?
Write the prerequisite tasks to achieve the session partition?
Do you find any difficulty while working with flat files as source and target?
What is option by which we can run all the sessions in a batch simultaneously?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.