ERROR | partition bound may not be specified when adding this Hash partition |
CAUSE | User specified VALUES LESS THAN clause when adding a partition (via ALTER TABLE ADD PARTITION) to a Hash partitioned table which is illegal |
ACTION | Remove VALUES LESS THAN clause from the description of partition being added |