Re:

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: dschmidt(at)lexmark(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2003-09-19 16:01:03
Message-ID: 20030919090018.X1519@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 19 Sep 2003 dschmidt(at)lexmark(dot)com wrote:

>
> Does anybody know how to detect a NULL in a geometric box type?
>
> When I execute the following sql statement (coords is a box type)
> autotest=# select coords from dlg_control limit 1

I'd guess you'd want
where dlg_control IS NULL

In response to

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

Browse pgsql-general by date

  From Date Subject
Next Message darren 2003-09-19 16:06:01 Re:
Previous Message scott.marlowe 2003-09-19 15:57:58 Re: PostgreSQL versus MySQL