Re: Strange? BETWEEN behaviour. - Mailing list pgsql-general

From vinny
Subject Re: Strange? BETWEEN behaviour.
Date
Msg-id f8000d0e7140f6eb3f4eea6ba49ff1e5@xs4all.nl
Whole thread Raw
In response to Re: Strange? BETWEEN behaviour.  (Bjørn T Johansen <btj@havleik.no>)
List pgsql-general
On 2016-10-20 14:27, Bjørn T Johansen wrote:
> On Thu, 20 Oct 2016 14:04:51 +0200
> vinny <vinny@xs4all.nl> wrote:
>
>> On 2016-10-20 13:51, Bjørn T Johansen wrote:
>> > I have the following SQL:
>> >
>> > SELECT * from table WHERE date BETWEEN to_timestamp('20.10.2016
>> > 00:00:00','DD.MM.YYYY HH24:MI:SS') AND to_timestamp('20.10.2016
>> > 23:59:59','DD.MM.YYYY
>> > HH24:MI:SS')
>> >
>> > date is of type timestamp.
>> >
>> > I was expecting to get all the records that had datepart = 20.10.2016
>> > but I am not getting that..
>> >
>> > What am I missing?
>> >
>> >
>> > Regards,
>> >
>> > BTJ
>> >
>>
>> What are you getting?
>>
>>
>
> The sql returns 5 of the expected 72 rows...
>
> BTJ

Sure, but what I meant was more like: what data do you have in the
records, which type, and which values are not getting through?

Can you reproduce the problem in a simple example?


pgsql-general by date:

Previous
From: rob stone
Date:
Subject: Re: Strange? BETWEEN behaviour.
Next
From: Francisco Olarte
Date:
Subject: Re: Strange? BETWEEN behaviour.