MRPT
asked on
Split Partition
I have a table that is list partitioned as below
P1: values ('GROUP CHANGE', 'TERMINATION')
UNKNOWN: rest all values (default partition)
Now, I want to split the partition 'P1' only, into 2 partitions as below:
P1_1 values ('GROUP CHANGE')
P1_2 values ('TERMINATION')
I want to keep the other partition 'UNKNOWN' as is for default values.
Could someone please suggest?
Thanks
P1: values ('GROUP CHANGE', 'TERMINATION')
UNKNOWN: rest all values (default partition)
Now, I want to split the partition 'P1' only, into 2 partitions as below:
P1_1 values ('GROUP CHANGE')
P1_2 values ('TERMINATION')
I want to keep the other partition 'UNKNOWN' as is for default values.
Could someone please suggest?
Thanks
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER