Merging Partitions for a Partitioned Table
You can run ALTER TABLE MERGE PARTITIONS to merge multiple partitions into one partition.
ALTER TABLE range_sales MERGE PARTITIONS date_202001, date_202002 INTO PARTITION date_2020_old UPDATE GLOBAL INDEX;

After interval partitions are merged, the interval partition before the merged partitions becomes a range partition.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.