Re: Add a month - Mailing list pgsql-admin

From Rajesh Kumar Mallah.
Subject Re: Add a month
Date
Msg-id 200205071316.42997.mallah@trade-india.com
Whole thread Raw
In response to Add a month  ("Gaetano Mendola" <mendola@bigfoot.com>)
List pgsql-admin
Hi the answer is:

select now() + cast  ( '1 day' as interval ) ;

are you reading  manuals ??

regds
mallah.

On Tuesday 07 May 2002 12:59 pm, Gaetano Mendola wrote:
> Hi all,
>
> giving a date how can I add a month ?
> Till now I was working adding x days like this
>
> now() + x
>
> but is not anymore enough
>
> Ciao
> Gaetano

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.



pgsql-admin by date:

Previous
From: "Gaetano Mendola"
Date:
Subject: Add a month
Next
From: "Gaetano Mendola"
Date:
Subject: Re: Add a month