From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "listapostgres(at)hotmail(dot)com" <listapostgres(at)hotmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Comprobar que un numeric tenga decimales. |
Date: | 2006-10-09 20:13:48 |
Message-ID: | c2d9e70e0610091313t7426d051t8aa4d37860626321@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 10/9/06, listapostgres(at)hotmail(dot)com <listapostgres(at)hotmail(dot)com> wrote:
> Hola lista!
>
> Como podria saber si un dato de tipo numeric posee decimales?
> La razon es la siguiente, yo realizo un calculo en donde el resultado
> algunas veces podria resultar con decimales, pero en otras ocasiones el
> resultado es entero (esto es porque en una tabla existen datos con decimales
> y otros sin ello, lo que al sumar un entero con un entero me resulta un
> entero, pero al sumar un decimal con un entero u otro decimal resulta un
> decimal).
>
puedes usar una de las funciones siguentes segun te convenga:
- ceil(numeric)
- floor(numeric)
- round(numeric)
- trunc(numeric)
http://www.postgresql.org/docs/8.1/static/functions-math.html
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | listapostgres | 2006-10-09 20:23:01 | Re: Comprobar que un numeric tenga decimales. |
Previous Message | listapostgres | 2006-10-09 20:06:18 | Comprobar que un numeric tenga decimales. |