Re: NULLS and <> : Discrepancies ?
| От | Thomas Lockhart |
|---|---|
| Тема | Re: NULLS and <> : Discrepancies ? |
| Дата | |
| Msg-id | 3A4D16A0.6B3ADD6A@alumni.caltech.edu обсуждение исходный текст |
| Ответ на | NULLS and <> : Discrepancies ? ("Emmanuel Charpentier,,," <charpent@bacbuc.dyndns.org>) |
| Ответы |
Re: NULLS and <> : Discrepancies ?
|
| Список | pgsql-hackers |
> Could someone explain to me why not eliminating nulls destroys the
> potential results of the query ? In other words, for any X not null, X
> not in (some NULLs) is false.
You already know the answer: comparisons to NULL always evaluate to
false. You may conclude that this exposes a flaw in SQL9x's definition
of three-value logic, but is the result you should expect for a
standards-compliant SQL implementation.
- Thomas
(I was going to say "almost always" rather than "always" but I'm not
recalling a counter example and don't have time to look it up. Sorry
about that... ;)
В списке pgsql-hackers по дате отправления: