Re: Dates in postgres

Поиск
Список
Период
Сортировка
От Anton de Wet
Тема Re: Dates in postgres
Дата
Msg-id Pine.LNX.4.33.0202251800070.19276-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Dates in postgres  (Rob <rob@obsidian.co.za>)
Список pgsql-novice
On Mon, 25 Feb 2002, Rob wrote:

> I can get today's date in postgres using the current_date function, but I
> need to get the date one month ago from the current date.  Is there any
> way to do this?

select now() - interval '1 month';


--

----------------------------------------------------------------------
"I really didn't foresee the Internet. But then, neither did the computer
industry. Not that that tells us very much of course - the computer industry
didn't even foresee that the century was going to end."
   - Douglas Adams


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Can't use PGAccess with KDE 2.2
Следующее
От: "cristi"
Дата:
Сообщение: update