Re: [Pgsql-ayuda] Ayuda

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: David Jurado Cruz <nd_jurado(at)hotmail(dot)com>
Cc: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: Re: [Pgsql-ayuda] Ayuda
Date: 2003-04-23 23:49:00
Message-ID: 20030423234900.GF5305@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Mon, Apr 14, 2003 at 11:29:48AM -0500, David Jurado Cruz wrote:
>
> Saludos cordiales.
>
> Necesito saber como sumar fechas en postgresql, es decir necesito una
> funcion parecida ala add_months ya que yo necesito sumar a una campo fecha
> los meses, y los meses los tengo en una variable.

h=> select '2003-feb-1'::date + '2 months'::interval;
?column?
------------------------
2003-04-01 00:00:00-04
(1 row)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"I think my standards have lowered enough that now I think 'good design'
is when the page doesn't irritate the living fuck out of me." (JWZ)

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message nahum castro 2003-04-24 06:07:13 Re: [Pgsql-ayuda] Sobre postgresql y pgaccess...
Previous Message Alvaro Herrera 2003-04-23 23:47:39 Re: [Pgsql-ayuda] indices en otra particion?