write a query following source
region sales
1 1000
2 2000
i want the output ?please give solution
1 2
1000 2000
Answer Posted / ravi
select * from table_name pivot(sum(sales) for region in(1,2));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain sessions?
What is Data Caches size?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
What is DR strategy for Informatica project?
What are the different types of repositories created using informatica?
In informatics server which files are created during the session rums?
tell me the rules and responsblites in our project(my project is development)
Implementation methodology
What is InformaticaPowerCenter?
list out all the transformations which use cache?
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
What is the benefit of partitioning a session?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
What are the mapping parameters and mapping variables?
What is the function of look up transformation?