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 / rahul

In Informatica use aggrigator on group by Col1 Col2 Col3.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many ways are there to create ports?

736


Where do we use mapping variables in informatica?

625


What is a shortcut and copy in Informatica and how two are different with each other?

697


if we have a delimiters at unwanted places in a flat file how can we over come those.

1576


What is the format of informatica objects in a repository?

612






Why update strategy and union transformations are active?

606


can any one give some examples for pre sql and post sql(Except dropping and creating index).

3526


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. ?

1619


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

615


What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks

4812


What is persistent lookup cache?

613


Which files are created during the session rums by informatics server?

718


What are the different types of olap? Give an example?

570


IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??

572


What is rank transformation in informatica

701