write a query to remove null value follwing table?
col1 col2 col3
dinesh null null
null suresh null
null null prakesh
i want the output
col1 col2 col3
dinesh suresh prakesh
Answer Posted / srinivas kondeti
SELECT MAX(COL1),MAX(COL2),MAX(COL3) FROM TABLE_NAEM
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
How can informatica be used for an organization?
What is joiner transformation?
Target increases every day even though no new record was inserted
How will the document be delivered to me?
where to store informatica rejected data?
How you know when to use a static cache and dynamic cache in lookup transformation?
How to create Target definition for flat files?
Explain what are the different versions of informatica?
How do you change a non-reusable transformation to reusable transformation?
Explain what are the different types of transformation available in informatica.
What is union transformation?
Did u used latest transformations of 8.6.0? for what?
What is the advantage of informatica?
What is the difference between STOP and ABORT options in Workflow Monitor?