How to list Top 10 salary, without using Rank Transmission?
Answer Posted / jvdwhinfo
Write sql override in the source qualifier t/r.
select columns from
( select columns,rank() over(order by sal desc ) as
rank from emp)
where rank <=10;
let me know if any corrections.
Thanks.
James
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
In informatica workflow manager, how many repositories can be created?
What are the different components of powercenter?
Different circumstance which drives informatica server to expel records?
Target increases every day even though no new record was inserted
What is the use of an aggregator cache file?
What are the differences between joiner transformation and source qualifier transformation?
What is a mapplet/worklet in informatica?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
What is informatica powercenter repository?
What is an aggregator transformation?
Enterprise data warehouse your projects phase by phase explain?
what are the Methods For Creating Reusable Transformations?
What is a filter transformation?
update strategy transformation in informatica