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

What is the use of source qualifier?

779


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

1624


What are the measure objects?

770


What is transformation?

765


Is it possible to create multiple domains on a single Informatica server?

869






What are mapplets?

908


Can we create a Integration service without a Repository service and vice versa?

835


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

1241


How to open an older version of an object in the workspace?

716


have u done any performance tuning? how u ll do?

1961


What are the uses of etl tools?

752


Is there any target staging area in informatica not staging area

2229


What is the surrogate key?

741


What are the new features of informatica 9.x developer?

634


What are the components of workflow manager?

674