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 mutating error in pl sql?
How can you view the errors encountered in a trigger?
How do you get column names only for a table (sql server)?
What is the importance of sqlcode and sqlerrm?
how many sql ddl commands are supported by 'mysql'? : Sql dba
How can I speed up sql query?
Are sql connections encrypted?
What is consistency?
How do I delete a trigger?
how to create a new table by selecting rows from another table in mysql? : Sql dba
What is difference between pl and sql?
What is left join in postgresql?
What is the difference between nvl function, ifnull function, and isnull function?
How does one use sql*loader to load images, sound clips and documents? : aql loader
What is the use of <> sql?