Re: Remove Date overlap duplicates
- From: Sebastian Kolski <sebastian.kolski@xxxxxxxxx>
- Date: Thu, 08 Oct 2009 15:58:31 +0200
yossarian wrote:
CarlosAL wrote:
You may use OVERLAPS predicate, which is an ANSI SQL standard used in
others RDBMS (Teradata, for example). It is in Oracle (undocumented
though) since version 10(?).
Thank you for sharing this info, never heard of it, very useful!
While googling for details I found this article:
http://oraclesponge.wordpress.com/2008/06/12/the-overlaps-predicate/
The author uses this construct everywhere:
date '2007-01-01'
I never saw this syntax and I'm not able to found documentation about it
(perhaps I'm using the wrong keywords...). Can you point me to a link?
Thank you.
Kind regards, Y.
It is ANSI SQL-92 Standard. I think Oracle supports it since version 9.
Best regards, Sebastian
.
- Follow-Ups:
- Re: Remove Date overlap duplicates
- From: yossarian
- Re: Remove Date overlap duplicates
- References:
- Remove Date overlap duplicates
- From: Shank...
- Re: Remove Date overlap duplicates
- From: CarlosAL
- Re: Remove Date overlap duplicates
- From: yossarian
- Remove Date overlap duplicates
- Prev by Date: Re: Remove Date overlap duplicates
- Next by Date: Re: Remove Date overlap duplicates
- Previous by thread: Re: Remove Date overlap duplicates
- Next by thread: Re: Remove Date overlap duplicates
- Index(es):
Relevant Pages
|