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
I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman
Describe sql comments?
What is sql injection vulnerability?
How do I know if I have sql express or standard?
Store procedure will return a value?
What is the use of non clustered index?
Why is pl sql used?
What is pl/sql table? Why it is used?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
how to drop an existing table in mysql? : Sql dba
Explain what is table in a database?
Does postgresql run on the cloud?