Re: diferencia entre fechas

From: Espartano <espartano(dot)mail(at)gmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: diferencia entre fechas
Date: 2007-06-21 02:40:29
Message-ID: d353bd50706201940u6f972279v19b627e9a6be298@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El 20/06/07, silvio bravo <bravocado(at)gmail(dot)com> escribió:
> un saludo lista,
> alguien sabe la forma de obtener el numero de meses que existe entre dos
> fechas
> de antemano gracias
>

Por ejemplo teniendo las fechas 01/01/2001 y 01/06/2003 puedes hacer
lo siguiente:

prueba=# SELECT extract (year from age(timestamp '01/06/2003',
timestamp '01/01/2001')) * 12 + extract(month from age(timestamp
'01/06/2003', timestamp '01/01/2001')) as meses;
meses
-------
29
(1 row)

la configuracion que tengo para el formato de las fechas es dd/mm/aaaa
espero que te sirva :)

--
"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

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2007-06-21 02:51:47 Re: Ayuda con Funcion en PostgreSQL
Previous Message Luis Guevara 2007-06-21 01:55:06 Re: Lentitud de postgres