Re: diferencia entre fechas

From: "silvio bravo" <bravocado(at)gmail(dot)com>
To: Espartano <espartano(dot)mail(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: diferencia entre fechas
Date: 2007-06-21 14:30:48
Message-ID: c61bcb240706210730o63b3a012ya729e0f17e5366b9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El día 20/06/07, Espartano <espartano(dot)mail(at)gmail(dot)com> escribió:
>
> 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 :)
>
> si. muchas gracias
>
> --
> "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."
> --
> ---------------------------(fin del mensaje)---------------------------
> TIP 4: No hagas 'kill -9' a postmaster
>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Felipe Amezquita 2007-06-21 15:08:42 Roles con plgsql
Previous Message Jared Lopez 2007-06-21 13:00:03 Re: Sitio de enseñanza online PostgreSql