I am hvaing SOURCE as
1000,null,null,null
null,2000,null,null
null,null,3000,null
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 / kondeti srinivas
it is so simple
write a query like this
SELECT MAX(A),MAX(B),MAX(C),MAX(D) FROM TABLE_NAME
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are Dimensional table?
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
what are factless facts? And in which scenario will you use such kinds of fact tables.
How can repository reports be accessed without sql or other transformations?
define galaxy repository in informatica
How is union transformation utilized?
What are the measure objects?
What are active and passive transformations?
How are indexes created after completing the load process?
Design time, run time. If you don't create parameter what will happen
What are the main features of Oracle 8i with context to datawarehouse?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What is the use of source qualifier?
Sequence generator, when you move from develoment to production how will you reset
What is the benefit of session partitioning?