ERROR | Table is already a range partitioned table |
CAUSE | SET INTERVAL () is used to convert an interval partitioned table to a range partitioned table. It is not legal on a range partitioned table |
ACTION | Use SET INTERVAL () only on an interval partitioned table. |