Re: comparing nulls - Mailing list pgsql-sql

From Kenneth Gonsalves
Subject Re: comparing nulls
Date
Msg-id 04012019542108.01434@thenilgiris.com
Whole thread Raw
In response to Re: comparing nulls  (Chris Bowlby <excalibur@hub.org>)
Responses Re: comparing nulls
Re: comparing nulls
List pgsql-sql
On Tuesday 20 January 2004 19:26, Chris Bowlby wrote:
> Hi Ken,
>
>  Under 7.3.x this option was removed, you need to test via:
>
>  SELECT * from table where field IS NULL;
thanx - works in both 7.1 and 7.3 - why do these guys keep fooling around 
with these thangs?
-- 
regards
kg

http://www.ootygolfclub.org
poor man's tally: http://avsap.sourceforge.net


pgsql-sql by date:

Previous
From: Reinoud van Leeuwen
Date:
Subject: Re: comparing nulls
Next
From: Chris Bowlby
Date:
Subject: Re: comparing nulls