ERROR | SET INTERVAL is not legal on this table. |
CAUSE | ALTER TABLE SET INTERVAL is only legal on a range partitioned table with a single partitioning column. Additionally this table cannot have a maxvalue partition. |
ACTION | Use SET INTERVAL only on a valid table |