write a query following source
region sales
1 1000
2 2000
i want the output ?please give solution
1 2
1000 2000
Answer Posted / kamleshmishra291
SELECT * FROM TABLE_NAME PIVOT( MAX(SALES) FOR REGION IN (1,2));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is incremental aggregation?
Write the prerequisite tasks to achieve the session partition?
What is rank index in rank transformation?
What is workflow? What are the components of workflow manager?
What is mapping debugger?
How to generate sequence numbers?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
What is informatica powercenter repository?
What is an expression transformation?
What are the components of workflow manager?
Explain pmcmd command usage in informatica
What is the scenario which compels informatica server to reject files?
Name the different lookup cache(s)?
How do we call shell scripts from informatica?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?