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


Please Help Members By Posting Answers For Below Questions

How many ways a relational source definition can be updated and what are they?

581


What is a mapplet/worklet in informatica?

689


Please let me know how to make encryption and decryption with example?

1469


Can anyone tell me the new features in Informatica 9 Version?

1532


What is the function of look up transformation?

651






suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do

1735


What are the designer tools for creating transformations?

685


Explain the features of connected and unconnected lookup.

546


Design time, run time. If you don't create parameter what will happen

1428


Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

602


I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.

773


Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?

7767


what is SDLC way of code development?

1559


Why is sorter an active transformation?

667


What are active transformations.

1188