Re: NULL != text ? - Mailing list pgsql-general

From CSN
Subject Re: NULL != text ?
Date
Msg-id 20051020231534.35128.qmail@web52905.mail.yahoo.com
Whole thread Raw
In response to Re: NULL != text ?  (Michael Fuhr <mike@fuhr.org>)
Responses Re: NULL != text ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
BTW, it (the SQL spec I presume) has always seemed
contradictory to me that you can't do:

select * from table where field=null;

but can do:

update table set field=null;

(as opposed to 'update table set field to null' or
similar).


CSN




__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

pgsql-general by date:

Previous
From: "Roger Hand"
Date:
Subject: Re: PSQL suggested enhancement
Next
From: Tom Lane
Date:
Subject: Re: NULL != text ?