write sql query to remove null value following table
id name
101 dinesh
null jyothi
null bharathi
102 suresh
null shilpha
103 prakesh
null suma

i want the output

id name
101 dinesh
102 suresh
103 prakesh

Answer Posted / rama

select id, name from table where id is not null;

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.

628


EXL informatica Questions

926


What is meant by query override?

631


Explain Dataware house architecture .how data flow from intial to end?

2118


Is it possible to revert a global repository to local one and why?

608






How union transformation is used?

583


How can repository reports be accessed without sql or other transformations?

717


Can informatica load heterogeneous targets from heterogeneous sources?

690


How do you use reject loader.

2057


What is difference between a gateway node and worker node?

615


Why update strategy and union transformations are active? Explain with examples.

701


What are the differences between a connected lookup and unconnected lookup?

641


What is complex mapping?

631


Can we create a node as a gateway node and the same node can be assigned to a grid?

635


What is the difference between informatica 7.0 and 8.0?

561