Subject | NULL and equality |
---|---|
Author | Alan McDonald |
Post date | 2004-05-28T12:53Z |
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
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