Re: unexpected results with NOT IN query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unexpected results with NOT IN query
Дата
Msg-id 10091.1206026149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на unexpected results with NOT IN query  ("Mason Hale" <masonhale@gmail.com>)
Список pgsql-general
"Mason Hale" <masonhale@gmail.com> writes:
> I'm getting some unexpected results with a NOT IN query -- this is on 8.2.5.

If there are any NULLs in subscription.last_feed_download_task_id, that
NOT IN will not behave the way you are expecting.  You might want to
filter the nulls out of the subselect result ...

            regards, tom lane

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

Предыдущее
От: "Mason Hale"
Дата:
Сообщение: unexpected results with NOT IN query
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: unexpected results with NOT IN query