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
Answers were Sorted based on User's Feedback
what are ddl statements in mysql? : Sql dba
What does where 1/2 mean in sql?
What is plpgsql language?
Is sql a backend?
What is mdb stand for?
how u can find the n row from a table?
what is a foreign key ? : Sql dba
What is assignment operator in pl sql?
What is having clause in sql?
How to take user input in pl sql?
How is a process of pl/sql compiled?
What is acid property in a database?