Example: Adding a subpartition to a LIST/RANGE partitioned table v17
This example adds a RANGE
subpartition to the list-partitioned sales
table. The sales
table was created with the command:
The sales
table has three partitions named europe
, asia
, and americas
. Each partition has two range-defined subpartitions.
This command adds a subpartition named europe_2013
:
After the command is invoked, the table includes a subpartition named europe_2013
:
Note
When adding a range subpartition, the subpartitioning rules must specify a range that falls after any existing subpartitions.