Re: Function error

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Function error
Дата
Msg-id GNELIHDDFBOCMGBFGEFOAEKLCDAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Function error  ("Sugandha Shah" <Sugandhas@cybage.com>)
Список pgsql-sql
> Hi ,
>
> Thanx a lot it worked .
>
> Is there any equivalent of dateadd function in postgres ?

I highly recommend you actually read the Postgres manual's entries on date
and time manipulation.

You can just add intervals to dates:

SELECT datefield + INTERVAL '1 month';

Chris



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

Предыдущее
От: "Sugandha Shah"
Дата:
Сообщение: Re: Function error
Следующее
От: "Alexander M. Pravking"
Дата:
Сообщение: Re: Conversion