Re: + operator with a possible NULL operand

Поиск
Список
Период
Сортировка
От Vincent Hikida
Тема Re: + operator with a possible NULL operand
Дата
Msg-id 022b01c32621$60ece520$6601a8c0@HOMEOFFICE
обсуждение исходный текст
Ответ на + operator with a possible NULL operand  (Michael Glaesemann <grzm@myrealbox.com>)
Список pgsql-novice
You're right of course!! Small glitch in my program but I think it's been
debugged now.

Sorry, ... I just got back from seeing the Matrix.


Vincent Hikida,
Member of Technical Staff - Urbana Software, Inc.
"A Personalized Learning Experience"

www.UrbanaSoft.com

----- Original Message -----
From: "Bruno Wolff III" <bruno@wolff.to>
To: "Vincent Hikida" <vhikida@inreach.com>
Cc: "Michael Glaesemann" <grzm@myrealbox.com>; <pgsql-novice@postgresql.org>
Sent: Thursday, May 29, 2003 4:16 AM
Subject: Re: [NOVICE] + operator with a possible NULL operand


> On Wed, May 28, 2003 at 23:43:19 -0700,
>   Vincent Hikida <vhikida@inreach.com> wrote:
> >
> > That is
> >
> > SELECT SUM(numvar) FROM tablex
> >
> > Will treat any numvar which are null as if they were a zero. However,
the
> > following will not treat it as zero but non-existent.
>
> Aggragates (except for count(*)) will skip any row for which the
expression
> is null. For sum() that turns out to be equivalent to treating the number
> as zero because of the way math works. But the function isn't actually
> treating nulls as zeros.
>


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

Предыдущее
От: "M. Bastin"
Дата:
Сообщение: MD5 different standards--or not?
Следующее
От: "M. Bastin"
Дата:
Сообщение: MD5 done. Thanks!