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 to look at the current sql*plus system settings?
What is a unique key?
Can we use loop in sql?
Can we use insert statement in function?
Can a foreign key have a different name?
How is data stored in sql?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
what is a composite primary key ? : Sql dba
Does truncate table reset auto increment?
how to drop an existing view in mysql? : Sql dba
Is sql open source?
What is error ora-01000: maximum open cursors exceeded
What is the usage of sql functions?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What are secondary keys?