Re: "IS LATER THAN" filter for date column

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: "IS LATER THAN" filter for date column
Дата
Msg-id BANLkTikGuWWVq5Zr_ytePdnPFeF020WJng@mail.gmail.com
обсуждение исходный текст
Ответ на "IS LATER THAN" filter for date column  (gvim <gvimrc@gmail.com>)
Список pgsql-general
On Sun, May 1, 2011 at 7:37 PM, gvim <gvimrc@gmail.com> wrote:
> I've been looking through the Date/Time functions and operators on the docs
> and can't find anything obvious to do this simple task - filter a date
> column for entries which are later than a specified date.

select * from table where datecol > '2001-01-01'::date;

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

Предыдущее
От: Chris Ernst
Дата:
Сообщение: Re: "IS LATER THAN" filter for date column
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Postgresql, PSN hack and table limits