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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / reddy
Hi lakshmi in filter t/r in operator not supported,
GM Answer is good
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / a.venkata lakshmi
select id,name from tablename where id in(101,102,103)
| Is This Answer Correct ? | 0 Yes | 11 No |
what is runtime variable?
Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?
What is source qualifier?
Under which circumstances, informatica server creates reject files?
what is left outer join?
What is the actual work done in Development and in the production depts in building a datawarehouse. Which dept is more interesting and career oriented .
my session have to run Monday to Saturday not run sunday how to sedule in informatica level?
1 Answers Infinite Computer Solutions,
What are ETL Tools?
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 are the row and column separations in Flat Files
What is lookup change?
What are the two modes of datamovement in informatica sever?