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

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

599


What are the types of schemas we have in data warehouse and what are the difference between them?

525


What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?

6417


What is informatica metadata and where is it stored?

591


What are mapplets? How is it different from a Reusable Transformation?

630






What are the types of caches in lookup?

572


What is standalone command task?

713


Explain pushdown optimization and types in informatica

670


4 yrs etl devloper roles and responsibilities?any body give solutions

1583


Why update strategy and union transformations are active? Explain with examples.

716


Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?

632


While migrating the data from one environment to another environment how would you manage the connections?

627


Informatica settings are available in which file?

591


-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?

4987


How can a transformation be made reusable?

665