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
In pl/sql, what is bulk binding, and when/how would it help performance?
Why do we create views in sql?
Is sql microsoft?
Sql technical questions
How do you sort in sql?
Define tables and fields in a database
What is use of term?
Is sql sequential or random?
How do I write a sql query in pgadmin 4?
How do you optimize a stored procedure query?
What is flag in sql?
What operators deal with null?
how are mysql timestamps seen to a user? : Sql dba
What is the difference between left outer join and left join?
What is meant by truncate in sql?