Re: Date Comparison Help

Поиск
Список
Период
Сортировка
От jseymour@LinxNet.com (Jim Seymour)
Тема Re: Date Comparison Help
Дата
Msg-id 20040408223132.AB4AE4307@jimsun.LinxNet.com
обсуждение исходный текст
Ответ на Date Comparison Help  ("Brian C. Doyle" <bdoyle@umpa-us.com>)
Список pgsql-general
"Brian C. Doyle" <bdoyle@umpa-us.com> wrote:
>
>
> Hello all,
>
> I am rather confident that this has been answered in the past but searching
> for it has been a pain so I am asking for some assistance.
>
> I need a query to get data that is 6 months older than "today" or when that
> query is run.
>
> So the where clause is something like
>
> WHERE table.date >= now() - 6 months
>
> I know that will not work so how should I do this?

WHERE age(table.date) > '6 months'

--
Jim Seymour                | Spammers sue anti-spammers:
jseymour@LinxNet.com       |     http://www.LinxNet.com/misc/spam/slapp.php
http://jimsun.LinxNet.com  | Please donate to the SpamCon Legal Fund:
                           |     http://www.spamcon.org/legalfund/

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

Предыдущее
От: jseymour@LinxNet.com (Jim Seymour)
Дата:
Сообщение: Re: pg_ctl problem
Следующее
От: Alexander Cohen
Дата:
Сообщение: Re: pg_ctl problem