Re: numeric fields and null

Поиск
Список
Период
Сортировка
Искать
От
Rod Taylor
Тема
Re: numeric fields and null
Дата
в 23:15:04
Msg-id
1053649951.279.10.camel@jester
Ответ на
Список
Дерево обсуждения
numeric fields and null Don Park <don+postgresql@klickitat.st>
Re: numeric fields and null Rod Taylor <rbt@rbt.ca>
> adhoc=# select id,postaladdressid from users where postaladdressid=null;

Given the SQL definition of NULL, = NULL must be false.

Use postaladdressid IS NULL to do what you want.

-- 
Rod Taylor 

PGP Key: http://www.rbt.ca/rbtpub.asc
В списке pgsql-sql по дате отправления
От: Don Park
Дата:
Сообщение: Re: numeric fields and null
От: Rod Taylor
Дата:
FAQ