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
What is a sql schema used for?
What is serial sql?
how to get a list of all tables in a database? : Sql dba
What are the types of subqueries?
Can we use commit inside a trigger?
Why use subqueries instead of joins?
what is the difference between cluster and non cluster index? : Sql dba
what is a constraint? Tell me about its various levels. : Sql dba
How are sql commands classified?
What is the difference among union, minus and intersect?
Is it possible to link two groups inside a cross products after the cross products group has been created?
What does the acronym acid stand for in database management?
what are the advantages of using stored procedures? : Sql dba
When can we use the where clause and the having clause?
How do I create a memory optimized filegroup?