ERROR | During CREATE TABLE time it is illegal to specify SUBPARTITIONS or STORE IN once a SUBPARTITION TEMPLATE has been specified |
CAUSE | Once a subpartition template has been specified during a CREATE TABLE it is illegal to specify SUBPARTITIONS or STORE IN anywhere else |
ACTION | Remove either the SUBPARTITIONS | STORE IN or remove the SUBPARTITION TEMPLATE clause |