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
Answers were Sorted based on User's Feedback
select no,max(col1),max(col2),max(col3),max(col4) from
tablename group by no;
| Is This Answer Correct ? | 7 Yes | 0 No |
What is a pre-defined event and user-defined event?
can we use union transformation in joiner transformation?how?
1 Answers Dabur, Tech Mahindra,
Limitation of REPLACESTR. Is there any character limitation to it.
How do we call shell scripts from informatica?
Differences between connected and unconnected lookup?
How your source files are coming to your ETL server. Actually at which stage of your mapping it is happen.
why sequence generator should not directly connected to joiner transformation ?
What do mean by local and global repository?
What is parallel processing in informatica?
can we import source table without using source qualifier? if yes then how? if no then why?
why we r using presql&postsql in source qualifier?
without table how to come first record only in oracle?