display null value rows with out using null function?
Answer Posted / ansupriya
select * from emp where nvl(to_char(comm),'null')='null';
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a constraint?
What is triggering circuit?
What is data control language?
Which is faster count (*) or count 1?
Explain the difference between rename and alias?
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is data abstraction in sql?
What is trigger explain it?
can a stored procedure call itself or recursive stored procedure? : Sql dba
What is the meaning of disabling a trigger?
Is sql open source?
What is the usage of the distinct keyword?
how can we know the count/number of elements of an array? : Sql dba
What is difference between table and view?
what are the differences between require and include, include_once and require_once? : Sql dba