Re: BUG #15604: NOT IN condition incorrectly returns False

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #15604: NOT IN condition incorrectly returns False
Дата
Msg-id 87bm473ln6.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: BUG #15604: NOT IN condition incorrectly returns False  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-bugs
>>>>> "Andrew" == Andrew Gierth <andrew@tao11.riddles.org.uk> writes:

 Andrew> The condition  1 NOT IN (2,NULL)  is equivalent to (1=2) OR
 Andrew> (1=NULL),

I mean NOT ((1=2) OR (1=NULL)) of course, but NOT (NULL) is still NULL.

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: BUG #15604: NOT IN condition incorrectly returns False
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15605: Unstable regression test "tablespace"