Re: adding years to a date field

Поиск
Список
Период
Сортировка
От Christine Penner
Тема Re: adding years to a date field
Дата
Msg-id 4D9C969D.8070406@fp2.ca
обсуждение исходный текст
Ответ на adding years to a date field  (Christine Penner <chris@fp2.ca>)
Список pgsql-general
This worked. Thanks
Christine Penner
Ingenious Software
250-352-9495
chris@fp2.ca

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

В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: adding years to a date field
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: temp tables not dropping at end of script