Re: select null + 0 question

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: select null + 0 question
Дата
Msg-id 3F1249D3.1090303@joeconway.com
обсуждение исходный текст
Ответ на select null + 0 question  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
Ответы Re: select null + 0 question  (Greg Stark <gsstark@mit.edu>)
Список pgsql-general
Jean-Christian Imbeault wrote:
> Shouldn't the sum() and "+" operators behave the same?

No, see SQL99, Section 6.16, General Rules 1.b:

"Otherwise, let TX be the single-column table that is the result of
applying the <value expression> to each row of T and eliminating null
values. If one or more null values are eliminated, then a completion
condition is raised: warning — null value eliminated in set function."

I've never seen a database that emits the required warning, though.

Joe


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

Предыдущее
От: "Vincent Hikida"
Дата:
Сообщение: Fw: select null + 0 question
Следующее
От: Mike Mascari
Дата:
Сообщение: Re: select null + 0 question