Re: "IS LATER THAN" filter for date column

Поиск
Список
Период
Сортировка
От Chris Ernst
Тема Re: "IS LATER THAN" filter for date column
Дата
Msg-id 4DBE114E.5030200@zvelo.com
обсуждение исходный текст
Ответ на "IS LATER THAN" filter for date column  (gvim <gvimrc@gmail.com>)
Список pgsql-general
On 05/01/2011 07:37 PM, gvim 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.
>
> gvim
>

Try  "WHERE date > '2011-04-01'" replacing the date with whatever is
appropriate for your application, of course.

    - Chris

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

Предыдущее
От: gvim
Дата:
Сообщение: "IS LATER THAN" filter for date column
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: "IS LATER THAN" filter for date column