ru compare the 2 null values?

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


Please Help Members By Posting Answers For Below Questions

What are the technical features of MySQL?

767


How do I clear a mysql database?

712


How do I change directories in mysql?

669


Can you tell a way to know the number of days between the two given dates in php?

792


How to set the time zone for MySQL to particular country time?

2941


What are the limitations of mysql?

730


explain GROUPBY & HAVING clause with examples.

2030


How can you add and remove any column of a table?

704


Can we rollback truncate in mysql?

742


What mysql -u john -p command does?

711


Can you tell the difference between mysql_fetch_object and mysql_fetch_array?

727


Are stored procedures precompiled?

709


What is query design?

661


How to delete a table.

696


What are procedures in mysql? Explain

715