Re: The semantics of (NULL,NULL) vs NULL

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: The semantics of (NULL,NULL) vs NULL
Дата
Msg-id 501A73BF0200002500049358@gw.wicourts.gov
обсуждение исходный текст
Ответ на The semantics of (NULL,NULL) vs NULL  (Ingmar Brouns <swingi@gmail.com>)
Список pgsql-general
Ingmar Brouns <swingi@gmail.com> wrote:

> Can anyone explain why:

When it comes to record types, IS NULL is defined to mean "there is
no record or all elements of the record are null".  NOT NULL is
defined to mean that *all elements* of the record are not null.

-Kevin

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: The semantics of (NULL,NULL) vs NULL
Следующее
От: "David Johnston"
Дата:
Сообщение: Re: Need help with SQL query and finding NULL array_agg