Re: "=" operator vs. "IS"

From: Michael A Nachbaur <mike(at)nachbaur(dot)com>
To: Stefan Weiss <spaceman(at)foo(dot)at>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: "=" operator vs. "IS"
Date: 2004-06-28 22:28:08
Message-ID: 200406281528.08526.mike@nachbaur.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On June 28, 2004 03:02 pm, Stefan Weiss wrote:
> I'm just curious - why is it not possible to use the "=" operator to
> compare values with NULL? I suspect that the SQL standard specified
> it that way, but I can't see any ambiguity in an expression like "AND
> foo.bar = NULL". Is it because NULL does not "equal" any value, and the
> expression should be read as "foo.bar is unknown"? Or is there something
> else I'm missing?

As far as I have been able to tell, it is one of those quirks about SQL that
you shouldn't bother trying to understand. It just IS. <rimshot/>

--
Michael A. Nachbaur <mike(at)nachbaur(dot)com>
http://nachbaur.com/pgpkey.asc

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message terry 2004-06-28 23:00:13 Re: "=" operator vs. "IS"
Previous Message Steve Crawford 2004-06-28 22:27:14 Re: "=" operator vs. "IS"