Re: adding years to a date field

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: adding years to a date field
Дата
Msg-id 4D9CCAA0.1060105@pinpointresearch.com
обсуждение исходный текст
Ответ на Re: adding years to a date field  (John R Pierce <pierce@hogranch.com>)
Ответы Re: adding years to a date field
Список pgsql-general
On 04/06/2011 12:28 PM, John R Pierce wrote:
> On 04/06/11 9:10 AM, Steve Crawford wrote:
>> select ii_purchased + your_interval_field * '1 year'::date as date
>> from inventory_item;
>
> that SHOULD be written as...
>
> select ii_purchased + your_interval_field * interval '1 year' as date
> from inventory_item;
>
>
>
Correct. I meant ...::interval... but hadn't had my first coffee. :)

Cheers,
Steve


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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: [RMX:#] Re: Strange loss of data during INSERT
Следующее
От: Emi Lu
Дата:
Сообщение: dblink server closed the connection unexpectedly - Exception