Re: PostGreSQL Date Query? - Mailing list pgsql-jdbc

From Scott Marlowe
Subject Re: PostGreSQL Date Query?
Date
Msg-id 1110487133.28555.7.camel@state.g2switchworks.com
Whole thread Raw
In response to PostGreSQL Date Query?  ("Lennie De Villiers" <lenniedg@lando.co.za>)
Responses Re: PostGreSQL Date Query?
Re: PostGreSQL Date Query?
List pgsql-jdbc
On Tue, 2005-03-08 at 15:51, Lennie De Villiers wrote:
> Hi,
>
>
> I'm using Java together with PostGreSQL database.
>
>
>
> I'm having a problem with a date query, when I write:
>
>
>
> select sRescheduleDate, * from tbl_leads
>
> where sRescheduleDate >= '01/01/2005' AND sRescheduleDate <=
> '28/01/2005'
>
> and bRescheduleCall = true
>
>
>
> the query also return the values for "01/04/2005" where it should only
> return those between that date range.

Sounds like your month and day are not where you think they are.

http://www.postgresql.org/docs/7.4/static/datatype-datetime.html#DATATYPE-DATETIME-INPUT

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: timestamp issues
Next
From: Diego Gil
Date:
Subject: Re: PostGreSQL Date Query?