Re: select and null - Mailing list pgsql-general

From Marko Kreen
Subject Re: select and null
Date
Msg-id 20001027151620.B27268@l-t.ee
Whole thread Raw
In response to select and null  (Peter Pilsl <pilsl@goldfisch.at>)
List pgsql-general
On Fri, Oct 27, 2000 at 02:17:23PM +0200, Peter Pilsl wrote:
> I have a table and want to print out all entries that are not Null ...
>
> select * from test where entry=Null;

xxx = NULL -> answer is NULL, ofcourse.

You whould do ' ... WHERE entry IS NULL'


--
marko


pgsql-general by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: Postgres 7.0.2-2 on Red Hat 7.0?
Next
From: Mike E
Date:
Subject: Re: Time Difference