in informatica,if i have some no.of records,if i want 1st
and 10th records..what will be the method to use?
Answer Posted / prakash kumar kumhar
ower write sq ("select *from <tableNmae> where rownum <= 10;")
than use two aggregation transformation (in first use first(),and in second use last() for each column)from sq to target.
note: use two target table in which u want to load that two records.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define filter transformation?
Explain the etl program with few examples.
my source is junk data how will u remove that junk data by using unix please any one replay me
How can you validate all mappings in the repository simultaneously?
What is persistent lookup cache?
Is stop and abort are same in informatica?
Global and Local shortcuts. Advantages.
Explain scd type 3 through mapping.
Do you find any difficulty while working with flat files as source and target?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
How does a sorter cache works?
How many dimensions are there in informatica?
Which version configuration tool used in ur project?
Write the unconnected lookup syntax and how to return more than one column.
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?