we have tables like
c1 a
c2 b
c3 c
c4 x
c5 y
and i need output like abcx in a single row and abcy in
a single row? how do u do this?

Answer Posted / krishnendu guha

I believe c1 c2 c3 are the columns

you can override the source qualifier with the following
query

select c1,c2,c3,c4 from table1
union all
select c1,c2,c3,c5 from table1
this should do..

Is This Answer Correct ?    10 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where do we use mapping variables in informatica?

783


How can we handle two sessions in informatica?

785


What is informatica powercenter repository?

899


can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.

3590


How do you handle two sessions in Informatica

855






How to update or delete the rows in a target, which do not have key fields?

877


Differentiate between Load Manager and DTM?

1864


difference between informatica 8.1.1 and 8.6

3428


What is the need of an ETL tool?

820


What is a sorter transformation?

863


What is confirmed fact in dataware housing?

6164


What is sequence generator transformation in informatica?

798


lookup transformation with screenshots

3753


What is Data Caches size?

817


How to Create a folder using pmrep command?

809