Re: Problem -Postgre sql

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
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:44:58
Message-ID: E80C316D-C8FB-457A-8032-ABF6A4A36AB0@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

[It's PostgreSQL, Postgres, or pgsql. It's never "postgre"]

On Oct 11, 2005, at 16:20 , Vikas J wrote:

> Hi
> I want to know substitute function for sql server ISNULL() function
> in postgre

I'm not quite sure what the ISNULL() function does in SQL Server, but
it sounds like it might be similar to either COALESCE or the IS NULL
expression.

These pages might help you:

COALESCE
http://www.postgresql.org/docs/8.0/interactive/functions-
conditional.html#AEN12056

IS NULL
http://www.postgresql.org/docs/8.0/interactive/functions-comparison.html

Hope this helps.

Michael Glaesemann
grzm myrealbox com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fuhr 2005-10-18 23:51:35 Re: Problem -Postgre sql
Previous Message Michael Glaesemann 2005-10-18 23:40:12 Re: Query information needed