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
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
if we have a delimiters at unwanted places in a flat file how can we over come those.
How many input parameters can exist in an unconnected lookup?
How do you update the records with or without using update strategy?
Mention few power centre client applications with their basic purpose?
Explain lookup transformation source types in informatica
Can we create a Integration service without a Repository service and vice versa?
what are the fact table & dimensional table in pharmaceutical and hospotal related products???
How you know when to use a static cache and dynamic cache in lookup transformation?
tell me 5 session failure in real time how can you solve that in your project?
What is the sql query overwrite in source qualifier in informatica
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
How can we delete duplicate rows from flat files?
Why update strategy and union transformations are active? Explain with examples.
Explain how many types of dimensions are available in informatica?