Re:

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: dschmidt(at)lexmark(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2003-09-19 16:58:20
Message-ID: m3brtgogur.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

dschmidt(at)lexmark(dot)com writes:

> So, I have data that contains a "NULL" in the coords column, but when I
> test on box(NULL) I don't get any data...
> autotest=# select coords from dlg_control where coords=box(NULL) limit 1

You want to use 'coords IS NULL' here, just as for any other field
type.

-Doug

In response to

  • at 2003-09-19 15:34:17 from dschmidt

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-09-19 17:08:22 recent viri and worms
Previous Message chakkara rangarajan 2003-09-19 16:56:27 Re: change of table name - any help