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
Enlist the various types of transformations.
Explain transaction control transformation in informatica
Repository user profiles
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
During the running session, output files are created by informatica server. Enlist few of them.
without table how to come first record only in oracle?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
How to go to the older version for a mapping?
can we override a native sql query within informatica? How do we do it?
What do you mean by channel change?
Mention few power centre client applications with their basic purpose?
how to load rows into fact table in data warehouse
What is flashback table ? Advance thanks
What are the different types of olap? Give an example?
What are the types of caches in lookup?