From: | Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com> |
---|---|
To: | General PostgreSQL List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: simple limit of decimals |
Date: | 2009-01-14 14:51:09 |
Message-ID: | f205bb120901140651k5be4b198wab6c1fb9a75d0e33@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
2009/1/14 A. Kretschmer <andreas(dot)kretschmer(at)schollglas(dot)com>:
> In response to pere roca :
>>
>> dear Andreas,
>>
>> thanks for the answer; yes, round should be the first, but it gives an
>> error: Function round(real, integer) does not exists
>
> UPDATE point_pol SET taxa_record = round(((SELECT ((CASE WHEN numtax>0
> THEN numtax/numreg ELSE 1 END)))::numeric,2) ...
>
An example of triki round:
postgres=# select round((9.88888::real)::numeric,2);
round
-------
9.89
(1 row)
postgres=#
> sorry, my fault, i forgot the CAST.
>
>
> Andreas
> --
> Andreas Kretschmer
> Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
> GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
--
Emanuel Calvo Franco
ArPUG / AOSUG Member
Postgresql Support & Admin
From | Date | Subject | |
---|---|---|---|
Next Message | Gerhard Heift | 2009-01-14 14:52:46 | fire trigger for a row without update? |
Previous Message | Emanuel Calvo Franco | 2009-01-14 14:46:00 | Re: inconsistency in aliasing |