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


Please Help Members By Posting Answers For Below Questions

What is a recursive join sql?

825


Why we use cross join?

723


What is the use of <> sql?

749


What does 0 mean in sql?

710


How to create a menu in sqlplus or pl/sql?

821


what are the difference between clustered and a non-clustered index? : Sql dba

741


What is the meaning of disabling a trigger?

841


How is use pl and sql?

749


What is the difference between distinct and unique in sql?

663


Define concurrency control. : Transact sql

810


what are the authentication modes in sql server? How can it be changed? : Sql dba

970


How do you delete duplicates in sql query using rowid?

729


Why is a primary key important?

745


Explain constraints in sql?

777


What is data abstraction in sql?

743