I am hvaing SOURCE as first line: 1000,null,null,null
second line as:null,2000,null,null 3rd line
as :null,null,3000,null and final line as:
null,null,null,4000 ............................Now i want
the OUTPUT as 1000,2000,3000,4000 For more clarification i
want to elimate nulls and want in a single line. Please
help me out
Answer Posted / durgaprasad
select no,max(col1),max(col2),max(col3),max(col4) from
tablename group by no;
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why do you use Mapping Parameter and mapping variable?
How to generate sequence numbers using expression transformation?
can we override a native sql query within informatica? Where do we do it? How do we do it?
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance
What is an unconnected transformation?
What is a predefined event?
What is a transaction control transformation?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
permutations of mapplet
What is the session task and command task?
What is the use of target designer?
In warehouses how many schemas are there?
What is confirmed fact in dataware housing?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?