display null value rows with out using null function?
Answer Posted / ajit
In Case of NUMBER Data Type Column
select comm
from emp
where nvl(to_char(comm),'#') = '#'
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does an inner join do?
Can a table contain multiple foreign key’s?
How do I add a database to sql?
How to load data with sql*loader?
Does db2 use sql?
What is the difference between function, procedure and package in pl/sql?
What is a table partition?
what is commit? : Sql dba
What is a unique constraint?
How to make a copy values from one column to another in sql?
What are all the different types of indexes?
What is sql deadlock?
How to raise user-defined exception with custom sqlerrm ?
Name the different types of indexes in sql and define them.
Write a unique difference between a function and a stored procedure.