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
Differentiate between sessions and batches?
How you prepared reports for OLAP?
Explain sessions. Explain how batches are used to combine executions?
Define pmcmd command?
Different circumstance which drives informatica server to expel records?
How to load a Dimension ? and how to load a fact table?
Under what condition selecting sorted input in aggregator may fail the session?
can any one give some examples for pre sql and post sql(Except dropping and creating index).
How can we use mapping variables in informatica?
Which development components of informatica have the highest usage?
What is Data Caches size?
Differentiate between reusable transformation and mapplet.
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
What are roles and groups and benefits of using them?
What is the use of code page?