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
What is an active transformation?
What is informatica etl tool?
How to load a Dimension ? and how to load a fact table?
Name the different lookup cache(s)?
While migrating the data from one environment to another environment how would you manage the connections?
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?
What is xml source qualifier transformation in informatica?
How many ways a relational source definition can be updated and what are they?
What is meant by active and passive transformation?
write a query to retrieve the latest records from the table sorted by version(scd)
What is the use of code page?
Informatica settings are available in which file?
What is the maplet?
Repository user profiles
What is confirmed fact in dataware housing?