Re: Null in the where-clause

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Null in the where-clause
Дата
Msg-id Pine.LNX.4.44.0207081327010.5552-100000@cm-lcon-46-187.cm.vtr.net
обсуждение исходный текст
Ответ на Null in the where-clause  (michael_walzl@yahoo.de (Michael Walzl))
Список pgsql-general
Michael Walzl dijo:

> I've got a problem with the "null"-statement within the where-clause.
> I installed the postgres-server 7.2.1 on a Suse Linux machine.
> Then I imported an existing databasedump.
> But when I make the following query:
> select * from tbl_categories where categoryid=null;
> I get 0 rows as result, but there are several records, which
> corrsponds to my query.

No, there is none.  NULL never equals anything, not even null itself.

Try
select * from tbl_categories where categoryid is null;

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Ninguna manada de bestias tiene una voz tan horrible como la humana" (Orual)




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Compile from cvs
Следующее
От: Doug Fields
Дата:
Сообщение: Re: WAL recycling, Linux 2.4.18