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

In which transformation you cannot drag ports into it?

910


Can one use mapping parameter or variables created in one mapping into any other reusable transformation?

700


I have done MBA in 2008. i got job as business analyst in 2008 january through consultany. but after 3 months they are giving training Informatica developer. now iam continuing this job. my question is when iam going to interview HR people ask me many times like this " YOU ARE MBA GRADUATE. HOW YOU ARE SELECT THIS POSTION. IAM EXPLAINING WHAT I HAVE MENTION ABOVE". PLEASE TELL HOW IAM TELLING THIS QUESTION ANSWER.

1707


What are the conditions needed to improve the performance of informatica aggregator transformation?

686


What is data movement mode in Informatica and difference between them?

721






in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use

1751


can we override a native sql query within informatica? Where do we do it? How do we do it?

708


How can we remove the duplicates from flat file source?

657


What is Session and Batches?

773


I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?

1556


Can we create two repositories on same database instance in oracle?

705


What is a repository manager?

739


What are some examples of informatica etl programs?

623


What is an aggregator transformation?

721


How do you convert single row from source into three rows into target?

732