Answer Posted / prathiba
U can compare the two null values, by using these operators
IS NULL: operator returns true of column value is NULL.
IS NOT NULL: operator returns true of column value is not
NULL.
<=> operator compare values, which (unlike the = operator)
is true even for two NULL values
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can you take the backup and restore a mysql database using php?
What is query log in mysql?
How do you name a table?
Explain Access Control Lists.
How to convert character strings to dates?
In which language mysql has been written?
What are the advantages of myisam over innodb?
Is mysql free download?
What is unique key in mysql?
How do I edit a table in mysql?
How do I get a list of table names in mysql?
How does mysql store binary data?
Can we store pdf files in mysql?
How do I start mysql in mysql workbench?
What is mysql common?