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
How to extract sap data using informatica?
Repository user profiles
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?
What are the mapping parameters and mapping variables?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
what is unit testing?tell me proceedure
Where are the source flat files kept before running the session?
how tokens will generate?
What is the use of code page?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
How can we improve session performance in aggregator transformation?
Partition, what happens if the specified key range is shorter and longer
How to load the data from people soft hrm to people soft erm using informatica?
Explain sessions. Explain how batches are used to combine executions?