display null value rows with out using null function?
Answer Posted / debashis mohanty
Select * From Emp where NVL(TO_CHAR(COMM),'NULL VALUE ROW')='NULL VALUE ROW';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many postgresql users are there, worldwide?
Can a primary key be a foreign key?
What are the three pl sql block types?
How to run sql statements with oracle sql developer?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
What are different types of keys?
What is prepared statement in sql?
Can we debug stored procedure?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is pl sql script?
What are dml commands?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is auto increment?
What is the use of triggers?
what is row? : Sql dba