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 dcl in sql?
What are the different sql languages?
Why select is used in sql?
What are the different types of dbms?
Which sql most popular?
The select into statement is most often used to create backup copies of tables or for archiving records?
what is a trigger in mysql? : Sql dba
Can a varchar be a primary key?
Are subqueries better than joins?
What are all different types of collation sensitivity?
What is the command used to fetch first 5 characters of the string?
What is bulk compiling in pl/sql.?
What is the use of double ampersand (&&) in sql queries? Give an example
What is a sql schema used for?
Can we write ddl statements in functions?