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
How much does sqlite cost?
Which version of sql do I have?
What is 19 null in sql?
what are the nonstandard string types? : Sql dba
What is benefit of creating memory optimized table?
Can we use join in subquery?
how to delete an existing column in a table? : Sql dba
What is a Mapplet?
How can we avoid duplicating records in a query?
What programs use sql?
What is data control language?
What is exception? What are the types of exceptions?
Why do we need unique key in a table?
What is Histogram?
How subquery works in sql?