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
Explain the commit statement.
How to rename a column in the output of sql query?
what is view? : Sql dba
What is procedure and function in sql?
how to delete an existing column in a table? : Sql dba
What are local and global Indexes and where they are useful.
What is inner join in sql?
How is indexing done in search engines?
Is left join faster than inner join?
Differentiate between syntax and runtime errors.
Explain the savepoint statement.
What is nvl?
What is a pl/sql block?
What is the difference between a database and a relational database?
What if we write return in procedure?