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


Please Help Members By Posting Answers For Below Questions

What is the use of an aggregator cache file?

677


What is the need of etl tools?

600


What is workflow? What are the components of the workflow manager?

629


Clarify the utilization of aggregator cache record?

568


Implementation methodology

1253






How can you validate all mappings in the repository simultaneously?

749


in reporting we add some new objects,how we get the count of the newly added objects to the report

1738


What is the use of transformation?

565


what is $$$$?

1724


What are the differences between joiner transformation and source qualifier transformation?

618


What is the benefit of partitioning a session?

619


Write the unconnected lookup syntax and how to return more than one column.

590


How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

686


5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C

1395


Explain sessions?

596