Re: math problem

Поиск
Список
Период
Сортировка
От Roderick A. Anderson
Тема Re: math problem
Дата
Msg-id Pine.LNX.4.33.0207251520500.19657-100000@main.cyber-office.net
обсуждение исходный текст
Ответ на math problem  (Vincent Stoessel <vincent@xaymaca.com>)
Список pgsql-general
On Thu, 25 Jul 2002, Vincent Stoessel wrote:

> now my problem comes into play when one of the
> columns is empty. I always get a NULL or empty total.
> this makes sence since NULL + 5 does not produce anything.

I think colesce is your friend

select cola, colb, sum(colesce(cola,0) + colesce(colb,0)) from ....

I've never had to use it put I've seen this situation addressed here
before.   Table 9.3, pg 113 the Elephant book.


Rod
--
  "Open Source Software - Sometimes you get more than you paid for..."



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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: math problem
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: regression test