From: | "Richard Huxton" <dev(at)archonet(dot)com> |
---|---|
To: | "Renato De Giovanni" <rdg(at)viafractal(dot)com(dot)br>, <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Querying date interval |
Date: | 2001-01-15 15:29:58 |
Message-ID: | 004701c07f08$0599b800$1001a8c0@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
----- Original Message -----
From: "Renato De Giovanni" <rdg(at)viafractal(dot)com(dot)br>
> Hi,
>
> Is there any SQL workaround to get the right results from the select
> statement bellow? Or am I doing something wrong??
>
> select * from testdate where field1 between '2000-10-01' and
> '2000-11-30' ;
>
> field1
> ------------
> 2000-09-30 <---- why is it here??
> 2000-10-20
> 2000-11-25
> (3 rows)
>
Someone else mentioned DATESTYLE - the other thing to check is that you
haven't got a local summertime adjustment on 30th Sep or 1st Oct - that
caused issues in some previous versions of postgres IIRC (have a rummage in
the archives)
- Richard Huxton
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2001-01-15 15:42:52 | Re: Re: [SQL] improve performance |
Previous Message | Tom Lane | 2001-01-15 15:27:59 | Re: [SQL] improve performance |