Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: multi column range partitioning

Re: multi column range partitioning

From: Jusung Yang <JusungYang_at_yahoo.com>
Date: 29 Mar 2003 16:34:05 -0800
Message-ID: <130ba93a.0303291634.4ae5c7c6@posting.google.com>


cosmini_at_yahoo.com (cosmin ioan) wrote in message news:<80fb0771.0303290518.6e574069_at_posting.google.com>...
> thanks much Jusung,
> I think I took the 'less than' literally but instead it looks like the
> syntax should read 'less than or equal to'. In that case, your
> explanation makes perfect sense.
>
> thanks again,
> Cosmin
>

Actually, less than does mean 'less than'. It just that it is not very apparent when you have multiple column key. If you have partitions like:

p1 values less than (3,4,10)
p2 values less than max

then (3,4,10) will go to partition p2.

Received on Sat Mar 29 2003 - 18:34:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US