This is a discussion on Re: Problem -Postgre sql within the pgsql Sql forums, part of the PostgreSQL category; --> On Tue, Oct 11, 2005 at 12:50:49PM +0530, Vikas J wrote: > I want to know substitute function for ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Tue, Oct 11, 2005 at 12:50:49PM +0530, Vikas J wrote: > I want to know substitute function for sql server ISNULL() function in postgre If you look in the index of the PostgreSQL documentation you'll find an entry for ISNULL: http://www.postgresql.org/docs/8.0/i...bookindex.html If PostgreSQL's ISNULL doesn't do what you want then please explain what you're trying to do. Many people on these lists don't use SQL Server so they don't know its ISNULL works. (BTW, it's PostgreSQL or Postgres, not Postgre.) -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |