following source
name gender
ramya female
ram male
deesha female
david male
kumar male
i want the target

male female
ram ramya
david deesha
kumar

any body give solution above question?

Answer Posted / krishna

select * from (select distinct name male from fm where
gender='male'),(select distinct name female from fm e
where gender='female');

select decode(gender,'female',name)female,decode
(gender,'male',name)male from fm ;

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why sorter is an active transformation?

744


How many numbers of sessions can one group in batches?

616


What are the issues you have faced in your project? How did you overcome those issues?

1908


How many number of sessions can one group in batches?

686


What do you understand by term role-playing dimension?

568






How can you generate reports in informatica?

573


How to update a particular record in target with out running whole workflow?

1150


What is the difference between informatica 7.0 and 8.0?

561


What is the function of aggregator transformation?

573


In informatica workflow manager, how many repositories can be created?

776


What are the different types of olap? Give an example?

554


What do you mean by channel change?

535


How can a transformation be made reusable?

658


How would you copy the content of one repository to another repository?

549


What is dimensional table? Explain the different dimensions.

650