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
Are null values same as that of zero or a blank space?
What are types of indexes in sql?
What makes a good primary key?
How do I copy a table in sql?
What are primary key and foreign key and how they work?
How to create a menu in sqlplus or pl/sql?
What is bind reference and how can it be created?
How much ram can sql express use?
How do you modify a table in sql?
What is oracle pl sql developer?
Write a sql query to convert all character to uppercase after hypen.
Is sql developer case sensitive?
How is data stored on a disk?
Write the alter statement to enable all the triggers on the t.students table.
How delete all records from table in sql?