Re: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??

Поиск
Список
Период
Сортировка
От Kent S. Gordon
Тема Re: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??
Дата
Msg-id 199802111927.NAA23608@soccer.inetspace.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
>>>>> "scrappy" == The Hermit Hacker <scrappy@hub.org> writes:

    > On Wed, 11 Feb 1998, Thomas G. Lockhart wrote:
    >> > PostgreSQL SUMs population column given -1523690296
    >> (overflow) > While SOLID and MySQL gives 2771277000.  > > Who
    >> are right PostgreSQL or SOLID and MySQL ?
    >>
    >> Duh.

    > Just to add in here...Oracle:

    SQL> select sum(population) from nations;

    > SUM(POPULATION) --------------- 2771277000

Oracle does all math in base 100 so it is not the same as using
integer.

    SQL>

Kent S. Gordon
Architect
iNetSpace Co.
voice: (972)851-3494 fax:(972)702-0384 e-mail:kgor@inetspace.com




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Some cleanups/enhancements
Следующее
От: "Kenji T. Hollis"
Дата:
Сообщение: Re: [HACKERS] PostGreSQL v6.2.1 for Linux Alpha