Example: Adding a subpartition to a RANGE/LIST partitioned table v17
This example adds a LIST
subpartition to the RANGE
partitioned sales
table. The sales
table was created with the command:
After the command is invoked, the sales
table has two partitions, named first_half_2012
and second_half_2012
. The first_half_2012 partition
has two subpartitions, named europe
and americas
. The second_half_2012
partition has one partition, named asia
.
This command adds a subpartition named east_asia
to the second_half_2012
partition:
After the command is invoked, the table includes a subpartition named east_asia
: