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 / gm
Rama you are correct.
In Additional For Informatica
S-SQ-FLT-TGT
FLT:
Condition
IIF(NOT ISNULL(ID),True,False)
Regards
GM
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How does a rank transform differ from aggregator transform functions max and min?
what are the deliverables?in your project?
Performance tuning in UNIX for informatica mappings?
r u done any partitions in ur project?
What is informatica?
What is the reusable transformation?
What are the tasks that source qualifier perform?
What is dynamic cache?
What are the differences between oltp and olap?
What is a predefined event?
Briefly define reusable transformation?
What are the tasks that can be performed using sq?
What is flashback table ? Advance thanks
Is it possible to create multiple domains on a single Informatica server?
How to Create a folder using pmrep command?