Re: Bug #638: Buggy select statment with numeric

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Bug #638: Buggy select statment with numeric
Дата
Msg-id 3CC41BED.B76232E@fourpalms.org
обсуждение исходный текст
Ответ на Bug #638: Buggy select statment with numeric  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
> A select statement with a where clause on a numeric column tested
> for equality against null always return empty result.

This is correct behavior per SQL9x standards. NULL is *not* a value, but
represents the absense of information so tests FALSE in comparisons of
any kind.

hth

                    - Thomas

В списке pgsql-bugs по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #640: ECPG: inserting float numbers
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #641: LIBPQ Linking with the static library on the WIN32 platform fails connections with "unknown host name".