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

Why do we use cursors?

511


how tsql statements can be written and submitted to the database engine? : Transact sql

537


What is trigger in pl sql?

562


Can we commit inside a trigger?

549


Are sql database names case sensitive?

500






How does join work in sql?

556


Write the alter statement to enable all the triggers on the t.students table.

675


What trigger means?

567


What is sql table?

523


How do I make sql search faster?

560


What is the difference between partitioning and sharding?

530


What are the different set operators available in sql?

565


What does (+) mean in sql joins?

528


What is an emotional trigger?

518


Differentiate between syntax and runtime errors.

642