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 to elaborate powercenter integration service?
Which transformation is needed while using the Cobol sources as source definitions?
Is it possible to use a client with different version than that of its Informatica server?
What is Cognos script editor?
What is parallel processing in informatica?
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
What is a router transformation?
Explain how to import oracle sequence into informatica?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
How you can differentiate between connected lookup and unconnected lookup?
what is Active lock explain
Differentiate between a database and data warehouse?
What is the use of code page?
What is the session task and command task?
What are different types of transformations available in informatica?