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
Is sql database free?
What are literals in sql server?
Define commit?
What is delimiter in pl sql?
what is the use of friend function? : Sql dba
Why do we use cursors?
Define overloaded procedure?
Explain the difference between 'between' & 'and' operators in sql
what is column? : Sql dba
Is null operator in sql?
how to dump a table to a file with 'mysqldump'? : Sql dba
What is the current version of postgresql?
What are sql*plus environment variables?
Can one improve the performance of sql*loader? : aql loader
How to get each name only once from an employee table?