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

Поиск
Список
Период
Сортировка
От Stefan Weiss
Тема Re: FW: "=" operator vs. "IS"
Дата
Msg-id 200406290102.24885.spaceman@foo.at
обсуждение исходный текст
Ответ на FW: "=" operator vs. "IS"  ("Dmitri Bichko" <dbichko@genpathpharma.com>)
Ответы Re: FW: "=" operator vs. "IS"
Список pgsql-sql
Re,

thanks for all the replies.

On Tuesday, 29 June 2004 00:17, Dmitri Bichko wrote:
> As far as TRUE and FALSE go, from what I know you can use = to compare
> them with boolean columns, unless I misunderstood your question.

Sorry, I must have remembered that incorrectly, or maybe I've been
thinking of a different DBMS or version. "table.col = TRUE" seems to
work fine for me now.

I understand that the result of "(anything) = NULL" will always NULL,
so it's a waste of breath. That's where the "IS" operator(?) comes in,
which allows for comparison with NULL. The only question left is why
"IS" can also be used to compare with the TRUE/FALSE keywords (when a
simple "=" should be sufficient here), but not to compare two boolean
columns.


cheers,
stefan


BTW, I really liked Mike's explanation that "it just IS" ;-)


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

Предыдущее
От:
Дата:
Сообщение: Re: "=" operator vs. "IS"
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: FW: "=" operator vs. "IS"