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
What are the basic requirements to join two sources in a source qualifier transformation using default join?
How to convert multiple rows to single row (multiple columns) in informatica
What you know about transaction control transformation?
Explain the scenario which compels informatica server to reject files?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What is rank transform?
What is sorter transformation?
Performance tuning in UNIX for informatica mappings?
How to load the data from a flat file into the target where the source flat file name changes daily?
what is the size of your data warehousing?
Please let me know how to make Data masking in informatica..
I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?
What is aggregator transformation in informatica?
How to go to the older version for a mapping?