Re: numeric rounding

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: numeric rounding
Дата
Msg-id 20030929153403.GC21235@dcc.uchile.cl
обсуждение исходный текст
Ответ на numeric rounding  (Gezeala 'Eyah' "Bacuño" II <gezeala25@yahoo.com>)
Список pgsql-general
On Mon, Sep 29, 2003 at 12:47:05AM -0700, Gezeala 'Eyah' Bacuño II wrote:

> my problem is my function just won't round some numbers properly..
> what i want it to do is like this.
>
> example:
>
> 721.875 = 721.88

a=> select round(721.875, 2);
 round
--------
 721.88
(1 row)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La primera ley de las demostraciones en vivo es: no trate de usar el sistema.
Escriba un guión que no toque nada para no causar daños." (Jakob Nielsen)

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: downloading latest source from cvs
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Edward