Re: comparing nulls

From: Kenneth Gonsalves <lawgon(at)thenilgiris(dot)com>
To: chris(at)hub(dot)org, Chris Bowlby <excalibur(at)hub(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: comparing nulls
Date: 2004-01-20 14:24:21
Message-ID: 04012019542108.01434@thenilgiris.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Luis Sousa 2004-01-20 14:30:57 Re: [SQL] Database diagram
Previous Message D'Arcy J.M. Cain 2004-01-20 14:06:19 Re: comparing nulls