| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Box query
Mikito Harakiri wrote:
> Given a set of n-dimensional boxes
>
> table boxes (
> dimension# integer,
> low integer,
> high integer
> )
>
> find all the pairs that intersect...
And those pairs supposed to be what? Right, box ids:
table boxes (
*id* integer,
dimension# integer,
low integer,
high integer
![]() |
![]() |