Expression "C IS NULL" returns TRUE if variable C has the value NULL,
otherwise it returns FALSE.
C = NULL returns always value NULL (in H2) or UNKNOWN (in SQL)
regardless of what value C has.
Because it is unknown what value NULL is and thus it is unknown if it
is equal to this or that.
- rami
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.