i have two coloumn
emp_no sal
1 3000
2 3000
3 3000
4 4000
5 5000
6 2700
7 4500
i just need output by removing duplicate.my answer should be
emp_no sal
1 3000
2 4000
3 5000
and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression

Answer Posted / nsatyabrat7

Use distinct in source qualifier and rest will be taken care

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a mapplet/worklet in informatica?

682


What is union transformation?

570


Performance tuning( what you did in performance tuning)

1483


What do you mean by filter transformation?

549


Which version configuration tool used in ur project?

2762






wat are deployement groups in informatica, how it will be used for developers

1249


While migrating the data from one environment to another environment how would you manage the connections?

623


What are the types of schemas we have in data warehouse.

526


What is pmcmd command?

670


What are the tasks that source qualifier perform?

629


what is the difference between informatica6.1 and infomatica7.1

1713


How is union transformation utilized?

565


Where are the source flat files kept before running the session?

622


Define update strategy?

631


How to go to the older version for a mapping?

600