ERROR | subpartition bound must collate higher than that of the last subpartition |
CAUSE | Subpartition bound specified in ALTER TABLE MODIFY PARTITION ADD SUBPARTITION statement did not collate higher than that of the partitions last subpartition. |
ACTION | Ensure that the subpartition bound of the subpartition to be added collates higher than that of the table partitions last subpartition. |