if we have input eno 1,2,3,1,2,3 year
2001,2002,2003,2001,2002,2003 and sal
10000,20000,30000,20000,30000,40000
ex-output
eno totsal
1 30000
2 50000
3 70000
Answer Posted / suresh reddy
select eno,sal,sal+sal as totsal from ex GROUP BY sno,sal;
will give the output same as above
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can we create a Integration service without a Repository service and vice versa?
What are the types of lookup transformation?
Can anyone tell me the new features in Informatica 9 Version?
What is the reusable transformation?
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
What is an expression transformation?
draw informatica architecture 8.6 ?
What are the types of data warehouses?
What are the performance considerations when working with aggregator transformation?
What is informatica metadata and where is it stored?
Target increases every day even though no new record was inserted
Which transformation is needed while using the Cobol sources as source definitions?
What is decode in static cache?
What is informatica etl tool?
How do you use reject loader.