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


Please Help Members By Posting Answers For Below Questions

How to handle decimal places while importing a flatfile into informatica?

714


How to use pmcmd utility command?

577


Define update strategy?

631


What are the advantages of informatica?

568


Explain dynamic target flat file name generation in informatica

642






What is dimensional table?

617


Tell me any other tools for scheduling purpose other than workflow manager pmcmd?

724


Where can we find the throughput option in informatica?

600


What is Data Caches size?

652


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1656


What is meant by incremental aggregation?

578


What is meant by active and passive transformation?

582


If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?

1027


What are the designer tools for creating transformations?

675


What is the session task and command task?

591