display null value rows with out using null function?
Answer Posted / rahul
Select * from emp where comm is null;
--here i am not used any null function
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are the differences between binary and varbinary? : Sql dba
Is it possible to create the following trigger: before or after update trigger for each row?
What is mutating sql table?
How do I view a sql trace file?
Does db2 use sql?
Can a foreign key have a different name?
What are the types of views in sql?
How does stored procedure reduce network traffic?
how to shutdown mysql server? : Sql dba
What is meaning of <> in sql?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
What is difference sql and mysql?
Which is faster count (*) or count 1?
What is multiple partition?
What does joining a thread mean?