Re: Why overlaps is not working
От | Alban Hertroys |
---|---|
Тема | Re: Why overlaps is not working |
Дата | |
Msg-id | 45533445.5040705@magproductions.nl обсуждение исходный текст |
Ответ на | Why overlaps is not working ("Andrus" <eetasoft@online.ee>) |
Ответы |
Re: Why overlaps is not working
|
Список | pgsql-general |
Andrus wrote: > set datestyle to iso,iso; > > select 1 where ('2006-10-31'::date, '9999-12-31'::date) OVERLAPS > ('2006-10-16'::DATE, '2006-10-31':: DATE) > > > does not return any rows. > > Why ? They're adjacent, they don't overlap. Check the documentation on OVERLAPS, I'm sure it's explicit about whether it is inclusive or exclusive (the latter apparently). > How to make overlaps to return correct result? select 1 where ('2006-10-30'::date, '9999-12-31'::date) OVERLAPS ('2006-10-16'::DATE, '2006-10-31':: DATE); ?column? ---------- 1 (1 row) -- Alban Hertroys alban@magproductions.nl magproductions b.v. T: ++31(0)534346874 F: ++31(0)534346876 M: I: www.magproductions.nl A: Postbus 416 7500 AK Enschede // Integrate Your World //
В списке pgsql-general по дате отправления: