weird results from trivial SELECT statement

Поиск
Список
Период
Сортировка
От Lonni J Friedman
Тема weird results from trivial SELECT statement
Дата
Msg-id BANLkTin9RXicvNbbmDK_-bfxu6b=rmWZmg@mail.gmail.com
обсуждение исходный текст
Ответы Re: weird results from trivial SELECT statement  (Brent Dombrowski <brent.dombrowski@gmail.com>)
Список pgsql-novice
Greetings,
I've got a Postgresql-8.4.x instance with a bunch of tables taht have
a text column (called 'active') that can contain any one of the
following values:
NULL
'disabled'
<some other text string>

When I run the following query, it seems to ignore NULL values:
SELECT * FROM mytbl WHERE active!='disabled'

and only returns rows where active!='disabled' AND active IS NOT NULL.
 Is postgresql implicitly assuming that I want non-NULL values?

I can provide additional information, if requested.

thanks!

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

Предыдущее
От: Grzegorz Szpetkowski
Дата:
Сообщение: Server statistics
Следующее
От: "Oliveiros d'Azevedo Cristina"
Дата:
Сообщение: Re: weird results from trivial SELECT statement