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 is csv? : Sql dba
How do I partition a table in sql?
Write a query to find the names of users that begin with "um" in sql?
what is acid property in database? : Sql dba
What is difference between stored procedures and application procedures?
how to use regular expression in pattern match conditions? : Sql dba
What is data abstraction in sql?
How to call a javascript function from pl sql?
What is clustered and nonclustered index in sql?
How do I partition in sql?
explain the options of myisamchk to improve the performance of a table. : Sql dba
what is query cache in mysql? : Sql dba
Why self join is used in sql?
What is a system versioned table?
what is msql? : Sql dba