Re: Strange behaviors with ranges

From: Jean-Christophe BOGGIO <postgresql(at)thefreecat(dot)org>
To: Torsten Förtsch <tfoertsch123(at)gmail(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Strange behaviors with ranges
Date: 2024-08-27 18:13:46
Message-ID: 4da6abeb-6c35-4eaf-8d77-420ed467651e@thefreecat.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le 27/08/2024 à 19:51, Torsten Förtsch a écrit :
> I guess this query comes back non-empty:
>
> SELECT * FROM paliers JOIN tmp_limitcontrats USING(idcontrat) WHERE
> qtep1 >= qtep2

Yes, it is empty if I keep tmp_limitcontrats to idcontrat=1003

Otherwise, you are right, there are irregular data but not that I'm
concerned with in that particular case.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-08-27 18:16:57 Re: Strange behaviors with ranges
Previous Message Paul Jungwirth 2024-08-27 18:11:35 Re: Strange behaviors with ranges