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 / a.venkata lakshmi

select id,name from tablename where id in(101,102,103)

Is This Answer Correct ?    0 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rank transformation in informatica

685


How do you load alternate records into different tables through mapping flow?

1282


Performance tuning( what you did in performance tuning)

1483


Which is the t/r that builts only single cache memory?

704


Explain what are the different versions of informatica?

651






Explain about Informatica server process that how it works relates to mapping variables?

618


How you prepared reports for OLAP?

1145


Differentiate between reusable transformation and mapplet.

563


What is Index Caches size?

612


How to update a particular record in target with out running whole workflow?

1149


The question was on time stamp. what is the difference between HH and HH24 when to use when.

1546


What is the sql query overwrite in source qualifier in informatica

611


How you know when to use a static cache and dynamic cache in lookup transformation?

1331


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

603


What do you understand by a term domain?

663