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 'mysqldump'? : Sql dba
Why do we need sharding?
what is the difference between sql and t-sql? : Transact sql
What is java sql drivermanager?
What is mutating error?
When are we going to use truncate and delete?
how to show all tables with 'mysql'? : Sql dba
What is the advantage of nosql?
What are the types of variables use in pl sql?
What are types of joins?
What is crud stand for?
Is primary key an index?
What is the use of %rowtype?
What are the commands used in sql?
Which is faster joins or subqueries?