Re: numeric fields and null

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: numeric fields and null
Дата
Msg-id 1053649951.279.10.camel@jester
обсуждение исходный текст
Ответ на numeric fields and null  (Don Park <don+postgresql@klickitat.st>)
Список pgsql-sql
> 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 <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

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

Предыдущее
От: Don Park
Дата:
Сообщение: Re: numeric fields and null
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: tablename as attribute in pgplsql