In a table, 4 person having same salary. How to get Third
person record only?

Answer Posted / abhishek

U can achive this by using row_number function in source
qualifer example

select col1,col2,salary,emp_id from (select
col,col2,salary,emp_id , row_number() over (partition by
salary order by emp_id )as rec_seq from table)
Where
rec_seq=3

or by rank t/r in mapping

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does update strategy mean, and what are the different option of it?

596


What is informatica etl tool?

562


Explain the shared cache and re-cache?

627


update strategy transformation in informatica

653


To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?

683






What all join we can perform in LOOKUP transformation?

575


What are the different lookup cache(s)?

631


Different qualification between a related rotate toward the sky and isolates look upward?

565


What are the modules in Power Center

1246


What are mapplets?

830


Explain joiner transformation in informatica

677


What is joiner transformation?

591


What are the different options available for update strategy?

587


How can you validate all mappings in the repository simultaneously?

766


What are the features of complex mapping?

656