Subject | Re: selecting null still. |
---|---|
Author | Svein Erling |
Post date | 2003-10-10T08:51:34Z |
> hello again.Hi,
> Forgot to mention, I realise I can check for null specifically and
> get the result I need but I'm mainly curious to know why null
> doesn't appear to be matched in the original "where".
NULL means unknown. Records containing NULL in the field in question
are not returned when using e.g.
WHERE Field1 <> 'ABC'
simply because the unknown may or may not be 'ABC'. I do not know
which languages most people on this list speak, and if asked to name
all people who does not speak Italian, I could probably only mention
myself - simply because my knowledge about language skills amongst the
rest of you would be in a NULL state.
HTH,
Set