Re: Formatear un Valor en una Consulta

From: Espartano <espartano(dot)mail(at)gmail(dot)com>
To: mariolos <mariolos(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Formatear un Valor en una Consulta
Date: 2007-08-06 16:00:29
Message-ID: d353bd50708060900q1811cbebsfb9a73dff2ae8251@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El 6/08/07, mariolos <mariolos(at)gmail(dot)com> escribió:
>
>
> Hola, miren tengo algo como esto
>
>
>
> SELECT avg(tpo_espera) FROM visitas
>
>
>
> Que lo corro desde el PGADMIN III
>
>
>
>
>
> Y donde tpo_espera es tipo entero
>
>
>
> Y me entrega el sgte resultado:
>
>
>
> 13.8401162790697674
>
>
>
>
>
> Como puedo formatear la instrucción sql para q solo salga 13 ?
>
>
> Trate de utilizar Interger() pero me entrego un error :(
>
>
>
>
> Gracias.
>
>
>
>
> mAriolos

ya buscaste en el manual de postgres ? debe existir una funcion truc o
similar para hacer eso.

--
"Linux is for people who hate Windows, BSD is for people who love UNIX".
"Social Engineer -> Because there is no patch for human stupidity"
"The Unix Guru's View of Sex unzip ; strip ; touch ; grep ; finger ;
mount ; fsck ; more ; yes ; umount ; sleep."
"Documentation is like sex: when it is good, it is very, very good;
and when it is bad, it is better than nothing."

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Mario Wojcik 2007-08-06 16:10:19 Re: Formatear un Valor en una Consulta
Previous Message Diego Barreto 2007-08-06 15:20:06 RE: ayuda