Re: adding years to a date field - Mailing list pgsql-general

From Christine Penner
Subject Re: adding years to a date field
Date
Msg-id [email protected]
Whole thread Raw
In response to adding years to a date field  (Christine Penner <[email protected]>)
List pgsql-general
This worked. Thanks
Christine Penner
Ingenious Software
250-352-9495
[email protected]

On 06/04/2011 9:23 AM, Osvaldo Kussama wrote:
SELECT ii_purchased + ii_expected_life * '1 year'::interval FROM inventory_item;

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: adding years to a date field
Next
From: Scott Ribe
Date:
Subject: Re: temp tables not dropping at end of script