Re: problem with array query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with array query
Дата
Msg-id 12779.1254104698@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problem with array query  (Grant Maxwell <grant.maxwell@maxan.com.au>)
Список pgsql-general
Grant Maxwell <grant.maxwell@maxan.com.au> writes:
> What I'm trying to do is find every record where "my name" is not in
> the array.
> So I tried <> ANY and also <> ALL and both returned an empty row set.

Maybe you have some nulls in the arrays?  <> ALL works for me.

            regards, tom lane

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

Предыдущее
От: Grant Maxwell
Дата:
Сообщение: Re: problem with array query
Следующее
От: Nobuhiro Iwamatsu
Дата:
Сообщение: Re: getting PostgreSQL to run on superH-based machines