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 / hamza

delete id,name from tablename where id='null'

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the main issues while working with flat files as source and as targets ?

643


define galaxy repository in informatica

1719


what are the deliverables?in your project?

1648


What is an expression transformation?

586


Why update strategy and union transformations are active?

587






What is standalone command task?

699


Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?

1312


What is rank index in rank transformation?

599


Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.

2315


What is informatica? Why do we need it?

628


Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?

623


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

626


What is the commit type if you have a transaction control transformation in the mapping?

644


How might you approve all mappings in the archive all the while?

596


How does a sorter cache works?

563