On Fri, 19 Sep 2003 dschmidt@lexmark.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