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
Explain the types of joins in sql?
What is the use of pl/sql table?
What is character functions?
How do I save the results of sql query in a file?
i have some prob lem to tell me about my self in interview first round ...
Is sql a scripting language?
Why do we need view in sql?
What is sql in java?
What is set serveroutput on in pl sql?
what is primary key? : Sql dba
Can cursors be part of a trigger body?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
what are the differences between binary and varbinary? : Sql dba
How do I view tables in sql developer?
How do you copy a table in sql?