Array comparisons involving NULL

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Array comparisons involving NULL
Дата
Msg-id 20051127235710.GA66009@winnie.fuhr.org
обсуждение исходный текст
Список pgsql-hackers
Is there a built-in way to look for NULL array elements?  I was
thinking of something like NULL IS DISTINCT FROM ALL (array expression)
but that doesn't work:

test=> SELECT NULL IS DISTINCT FROM ALL (ARRAY[1, 2, 3]);
ERROR:  syntax error at or near "ALL" at character 30
LINE 1: SELECT NULL IS DISTINCT FROM ALL (ARRAY[1, 2, 3]);                                    ^

-- 
Michael Fuhr


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Using multi-row technique with COPY
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Using multi-row technique with COPY