Re: FW: "=" operator vs. "IS"

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: FW: "=" operator vs. "IS"
Дата
Msg-id 873c4ez2u4.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: FW: "=" operator vs. "IS"  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-sql
Stephan Szabo <sszabo@megazone.bigpanda.com> writes:

> IS TRUE and IS FALSE have a different effect from =true and =false when
> the left hand side is NULL. The former will return false, the latter will
> return NULL.

No, actually they both return false.

(But thanks, I didn't even realize they were special this way)

-- 
greg



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: FW: "=" operator vs. "IS"
Следующее
От: Zoltan Boszormenyi
Дата:
Сообщение: OUTER JOIN problem