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
Which is faster subquery or join?
How to get each name only once from an employee table?
Which sorts rows in sql?
What is data type in database?
What is PL/SQL Records?
What is the difference between sql, mysql and sql server?
Explain about various levels of constraint.
Can cursors be part of a trigger body?
what is cross join? : Sql dba
Is pl sql a programming language?
How many types of tables are there?
What is pl sql script?
Can a commit statement be executed as part of a trigger?
What is a join?
what is union, minus and interact commands? : Sql dba