Re: "IS LATER THAN" filter for date column

From: Chris Ernst <cernst(at)zvelo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: "IS LATER THAN" filter for date column
Date: 2011-05-02 02:05:02
Message-ID: 4DBE114E.5030200@zvelo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2011-05-02 02:06:07 Re: "IS LATER THAN" filter for date column
Previous Message gvim 2011-05-02 01:37:57 "IS LATER THAN" filter for date column