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 | 4 No |
Post New Answer View All Answers
What does reusable transformation mean?
What are ETL Tools?
What is a stored procedure transformation?
How many types of sessions are there in informatica.please explain them?
What are the tasks that source qualifier perform?
What is domain and gateway node?
What is the difference between STOP and ABORT options in Workflow Monitor?
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
What is standalone command task?
What is workflow monitor?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
What is the use of source qualifier?
What is workflow? What are the components of workflow manager?
list out all the transformations which use cache?
How to update a particular record in target with out running whole workflow?