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
How to disable a trigger name update_salary?
Why truncate is faster than delete?
What is a join query?
What is bulk collect in pl sql?
Why left join is used in sql?
What is coalesce sql?
What is difference between inner join and cross join?
How do you add a column to a table?
Why function is used in sql?
Explain the savepoint statement.
What are different types of indexes?
How many parts of a pl sql block are optional?
What is meant by temporal data?
Explain the insert into statements in sql?
Explain what is a column in a table?