Re: [GENERAL] "IS LATER THAN" filter for date column

2011-05-01 Thread Scott Marlowe
On Sun, May 1, 2011 at 7: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. select * from table where datecol > '2001-

Re: [GENERAL] "IS LATER THAN" filter for date column

2011-05-01 Thread Chris Ernst
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'" replaci

[GENERAL] "IS LATER THAN" filter for date column

2011-05-01 Thread gvim
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 -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make change