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
What is a joiner transformation?
What are the components of Informatica? And what is the purpose of each?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
What is a filter transformation?
How might one distinguish in the case of mapping is right or not without associating session?
Enterprise data warehouse your projects phase by phase explain?
How can you validate all mappings in the repository simultaneously?
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
In informatica workflow manager, how many repositories can be created?
What is workflow manager?
Can we change Dynamic to Static or Persistent cache? If so what happens?
Enlist few areas or real-time situations where informatica is required.
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
Reusable transformation and shortcut differences
What is a shortcut and copy in Informatica and how two are different with each other?