Re: Dateadd

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Dateadd
Дата
Msg-id Pine.BSF.4.21.0105041432470.61624-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Dateadd  ("Ligia Pimentel" <lmpimentel@yahoo.com>)
Список pgsql-sql
On Wed, 2 May 2001, Ligia Pimentel wrote:

> I need to know if there is a sql function implemented in postgres that gives
> me a date plus any number of days, months or years (the traditional dateadd
> function) or how to do it in sql?

Just add a date and an interval.  Something like:
date + '1 day'::interval



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

Предыдущее
От: LeoDeBeo
Дата:
Сообщение: create table
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Use of the LIMIT clause ?