Hi,
source data is
col1 values are 5,6,7
col2 are 3,2,1
col3 are 8,9,10
and i want to get target as
col1 5,6,7
col2 1,2,3
col3 8,9,10
how to do this one?
Answer Posted / benz
order by clause
Select * from tablename orderby col2 asc;
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How many input parameters can exist in an unconnected lookup?
What are the differences between oltp and olap?
What do you mean by channel change?
Separate from a database, an information bazaar, and an information stockroom?
Can you generate sequence numbers without using the sequence generator transformation?
What is mapping debugger?
Describe expression transformation?
explain abt ur project architecture?
what is the size of your data warehousing?
What is the benefit of session partitioning?
Differentiate between joiner and lookup transformation?
What is mapplet in informatica?
What are session parameters ? How do you set them?
How would you copy the content of one repository to another repository?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?