Subject NULL and equality
Author Alan McDonald
I always know that you can't compare NULL to anything but I must say it's
just a little ambiguous to have say
update table set field=NULL
instead of
update table set field to null
As infrequently as I use this statement, I find myself writing the latter
and having to correct myself to the former.
Alan