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 are sql built in functions?
What are the dml statements?
Does sql*plus also have a pl/sql engine?
Does truncate need commit?
Is sql microsoft?
What is an ndf file?
What are pl/sql packages?
How do I find duplicates in two columns?
What is nosql example?
Explain the select statement in sql?
What company owns postgresql?
State some properties of relational databases?
what is subquery? : Sql dba
what are the types of subquery? : Sql dba
what are the advantages of using stored procedures? : Sql dba