write a query to remove null following table are
id name
101 dinesh
null jyothi
null bharathi
102 suresh
null shilpha
103 prakesh
null suma

i want the output format like

id name
101 dinesh
102 suresh
103 prakesh

Answer Posted / sumit

select id,name from table where id is not null;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to download oracle sql developer?

662


What is pivot table in sql?

524


Explain what is a view?

600


How to fetch values from testtable1 that are not in testtable2 without using not keyword?

755


What is the use of sql trace?

481






What is the difference between distinct and unique in sql?

474


what is rollback? : Sql dba

595


How do sql databases work?

532


Can sql function call stored procedure?

558


How do I view a sql trace file?

566


What is foreign key sql?

554


What is the difference between sql and mysql?

557


Define tables and fields in a database

646


Why is stored procedure faster than query?

493


What is pl sql quora?

649