display null value rows with out using null function?
Answer Posted / nilesh patil
select * from table_name where nvl(column_name,'#')='#';
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what is the use of set statement in tsql? : Transact sql
what is timestamp in mysql? : Sql dba
what is row? : Sql dba
What is error ora-01000: maximum open cursors exceeded
What is sql basics?
What is execute immediate?
how to create a new table by selecting rows from another table in mysql? : Sql dba
What is a recursive stored procedure?
how tsql statements can be written and submitted to the database engine? : Transact sql
How do we use distinct statement? What is its use?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What are the various levels of constraints?
What is pl/sql table? Why it is used?
How to change sql*plus system settings?
What does rownum mean in sql?