Re: null != null ???

Поиск
Список
Период
Сортировка
От Fran Fabrizio
Тема Re: null != null ???
Дата
Msg-id 3BD98E53.FAF01D3C@mmrd.com
обсуждение исходный текст
Ответ на null != null ???  (Fran Fabrizio <ffabrizio@mmrd.com>)
Список pgsql-general
> Fran Fabrizio <ffabrizio@mmrd.com> writes:
> > Can someone smarter than me tell me what I am missing?
>
> Comparisons involving NULL yield NULL.  Any book on SQL should
> explain this ...

...except 'select null=null' doesn't follow this rule (it yields 'true')
so one
can understand my confusion.  Thanks to Thomas for the explanation
and history of this interesting quirk.

-Fran



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

Предыдущее
От: Paul Tomblin
Дата:
Сообщение: Re: DBD::Pg
Следующее
От: Tom Lane
Дата:
Сообщение: Re: null != null ???