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
Difference between Data and Index Caches?
what are 3 tech challenges/ common issues you face?
How to join three sources using joiner? Explain though mapping flow.
Explain the tuning lookup transformation - informatica
How is union transformation utilized?
What is dimensional table? Explain the different dimensions.
can we override a native sql query within informatica? How do we do it?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
How you know when to use a static cache and dynamic cache in lookup transformation?
While migrating the data from one environment to another environment how would you manage the connections?
What are the types of caches in lookup?
without table how to come first record only in oracle?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
What is a stored procedure transformation?
Define Pmrep command?