Re: Problem -Postgre sql

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Vikas J <vikas(dot)jadhav(at)codecindia(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Problem -Postgre sql
Date: 2005-10-18 23:51:35
Message-ID: 20051018235135.GA44375@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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/interactive/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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fuhr 2005-10-19 00:05:13 Re: query to file
Previous Message Michael Glaesemann 2005-10-18 23:44:58 Re: Problem -Postgre sql