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
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 primary and backup node?
How do we call shell scripts from informatica?
Write the advantages of partitioning a session?
explain abt ur project architecture?
What are the reusable transformations?
Can informatica load heterogeneous targets from heterogeneous sources?
What are the different lookup cache(s)?
Explain what are the different versions of informatica?
What is sorter transformation?
How to call shell scripts from informatica?
Can we create multiple integration service on single repository?
How to extract sap data using informatica? What is abap? What are idocs?
What is depict expression change?
How many ways are there to create ports?