select * from emp where sal>(select min(sal) from emp) how
to implement the same in informatica ?

Answer Posted / guest

Hi,

Use the lookup on emp table .Override the lookup Query
(select min(sal) from emp. Connect the empno port and min
(sal) port to exp. Fetch all the rows from emp table to
exp, then connect to filter give condition sal> min(sal).

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you copy the content of one repository to another repository?

549


How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?

1599


What do you understand by a term domain?

667


What are the limitations of joiner transformation?

650


How many number of sessions can one group in batches?

688






How do you load first and last records into target table?

662


What is Index Caches size?

614


Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1616


What is DR strategy for Informatica project?

698


Explain what is informatica metadata and where is it stored?

605


What is olap (on-line analytical processing?

638


In informatics server which files are created during the session rums?

633


i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance

1668


What all are steps in up gradation of Informatica server?

617


Define the various join types of joiner transformation?

560