Re: More time manipulation..

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: More time manipulation..
Дата
Msg-id 20021118235319.GA18497@wolff.to
обсуждение исходный текст
Ответ на Re: More time manipulation..  (Gregory Seidman <gss+pg@cs.brown.edu>)
Список pgsql-general
> } if I do "select Current_Date + interval '7 days'; I get:
> } 2002-11-25 00:00:00-06

Another option is to use:
select current_date + 7;
As long as you are moving by days (not months, years, hours etc.), this
is probably the simplest solution.

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: [pgsql-advocacy] Looking for a "Linux on Playstation 2" person
Следующее
От: Brian Minton
Дата:
Сообщение: Re: signed/unsigned integers