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 meaning of <> in sql?
What are the two characteristics of a primary key?
what is the difference between cluster and non cluster index? : Sql dba
Is primary key clustered or nonclustered?
What are all different types of collation sensitivity?
How many types of keys are there in sql?
What are the disadvantages of not performing database normalization?
what is the use of double ampersand (&&) in sql queries?
How does cross join work?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
Is left join inner or outer by default?
Can I call a procedure inside a function?
What is the difference between inner join and left join?
how can we submit a form without a submit button? : Sql dba
What is a full join sql?