Re: [SQL] isnull function] - Mailing list pgsql-sql

From James Olin Oden
Subject Re: [SQL] isnull function]
Date
Msg-id 81Jun26.052155edt.35713@gateway.lee.k12.nc.us
Whole thread Raw
In response to Re: [SQL] isnull function]  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-sql
> > Is there an isnull function avaliable in postgres, such as:
> >
> >   select isnull(dt_field, 'now') ...
> >
> > Thanks
> >
> >
>
> I don't tbink so, but it would be nice.  I think Ingres has it.  It also
> would not be hard to write as a loadable function.
>

Is it possible to do something like:

   select * from blah where x = ''

and get what he is asking for?

...james


pgsql-sql by date:

Previous
From: Kachun Lee
Date:
Subject: Re: [SQL] Date fields and libpq....
Next
From: "Dionisio Barrantes Blanco"
Date:
Subject: gmake not found