Re: Problem -Postgre sql

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Problem -Postgre sql
Дата
Msg-id E80C316D-C8FB-457A-8032-ABF6A4A36AB0@myrealbox.com
обсуждение исходный текст
Ответ на Problem -Postgre sql  ("Vikas J" <vikas.jadhav@codecindia.com>)
Список 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





В списке pgsql-sql по дате отправления:

Предыдущее
От: "Stewart Ben (RBAU/EQS4) *"
Дата:
Сообщение: Re: Problem while using start transaction ans commit;
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Query information needed