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


Please Help Members By Posting Answers For Below Questions

How to convert multiple rows to single row (multiple columns) in informatica

887


Where can we find the throughput option in informatica?

598


Explain pmcmd command usage in informatica

699


What is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?

599


Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?

548






Briefly define a session task?

586


Can we change Dynamic to Static or Persistent cache? If so what happens?

1715


Is it possible to use a client with different version than that of its Informatica server?

637


Enlist few areas or real-time situations where informatica is required.

585


Different qualification between a related rotate toward the sky and isolates look upward?

545


What is a pre-defined event and user-defined event?

573


What is a stored procedure transformation?

607


Partition, what happens if the specified key range is shorter and longer

2027


Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks

6346


What are the different ways to implement parallel processing in informatica?

856