Re: [BUGS] (null) != (null) ? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] (null) != (null) ?
Date
Msg-id 23230.940955033@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] (null) != (null) ?  (Todd Vierling <tv@pobox.com>)
List pgsql-bugs
Todd Vierling <tv@pobox.com> writes:
> Although I did find a SQL92 document on the web in the amount of time this
> took to copy back to me, and I see the clause about NULL <comp op>
> <anything> being unknown.  Which, I imagine, means "implementation
> dependent".

No.  It means unknown, ie, NULL.  SQL's predicates are three-valued.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Todd Vierling
Date:
Subject: Re: [BUGS] (null) != (null) ?
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] (null) != (null) ?