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 varchar used for?
What are the types of queries in sql?
Is full outer join same as cross join?
How do I view a view in sql?
What is a stored procedure in sql with example?
What is an ndf file?
How do you rename a table in sql?
what are the different functions in sorting an array? : Sql dba
What is the difference between truncate and drop statements?
What is the advantage of nosql?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
How many primary keys can a table have?
When you have to use a default "rollback to" savepoint of plvlog?
What are the different type of joins in sql?
What is a pdo connection?