write a query following source
region sales
1 1000
2 2000
i want the output ?please give solution
1 2
1000 2000
Answer Posted / ankit kansal
Hi All,
As Question says Write a sequel query..
select sum(1),sum(2) from (
select case when region=1 then salary else 0 end as 1,
case when region=2 then salary else 0 end as 2
from table_name )test;
http://deepinopensource.blogspot.com/
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
complex mapping ur project u r invlve can u explain and give real time example give me ?
What is data movement mode in Informatica and difference between them?
What is the session task and command task?
Enlist the differences between database and data warehouse.
what is the Default Source Option For Update Strategy Transformation?
Separate from a database, an information bazaar, and an information stockroom?
How do you set a varible in incremental aggregation
What all join we can perform in LOOKUP transformation?
What is a node in Informatica?
What is informatica etl tool?
What are the popular informatica products?
State the differences between sql override and lookup override?
What are the tuning techniques you applied during your last project
What can we do to improve the performance of informatica aggregator transformation?
What are the informatica performance improvement tips