Re: The empty list?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The empty list?
Дата
Msg-id 27240.1162537345@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: The empty list?  (Jesper Krogh <jesper@krogh.cc>)
Список pgsql-sql
Jesper Krogh <jesper@krogh.cc> writes:
> Tom Lane wrote:
>> FWIW, as of 8.2 the best option will probably be to use
>> "col = ANY (array)", which does support zero-length arrays
>> if you use either an out-of-line parameter or an array literal.

> That looks nice.. is ANY in the SQL-spec?

ANY is, but I think only in the form "var = ANY (SELECT ...)".
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: delete and select with IN clause issues
Следующее
От: Jeff Frost
Дата:
Сообщение: Re: delete and select with IN clause issues