Re: NULLs ;-)

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>, pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: NULLs ;-)
Date: 2006-11-28 01:05:32
Message-ID: C190D96C.5C301%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> how about
>
> SELECT *
> FROM
> YOURTABLE
> where
> ( a = b ) IN UNKNOWN;

Well, actually, it would be:
a = b or (a = b) is unknown
But that certainly would more concise.

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 722-0567 voice

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message wombat 2006-11-28 01:10:59 where are wombats?
Previous Message Richard Broersma Jr 2006-11-28 01:02:45 Re: NULLs ;-)