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