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
how to create user defined function (udf) in informatica
Briefly define reusable transformation?
Differentiate between router and filter transformation?
Explain pushdown optimization $pushdownconfig parameter - informatica
How can we store previous session logs?
What are connected or unconnected transformations?
What is exclusive and normal mode for repository services?
explan ur project architecture?
Informatica Checkpoints
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
Write the advantages of partitioning a session?
Explain the informatica workflow?
How you prepared reports for OLAP?
What is session task and command task?
what is mean by complex business rule ?