Re: When is a record NULL?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: When is a record NULL?
Дата
Msg-id 1248388399.25874.12.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на When is a record NULL?  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: When is a record NULL?  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
On Thu, 2009-07-23 at 15:19 -0700, David E. Wheeler wrote:
> How can a record be neither NULL or NOT NULL?

You could do:

not ROW(1, NULL) is null and not ROW(1, NULL) is not null

I don't know what the SQL standard says about this.

Regards,Jeff Davis



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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: When is a record NULL?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: join regression failure on cygwin