ERROR | Create table as select disallowed for SYSTEM patitioned tables |
CAUSE | User attempted to create a SYSTEM partitioned table by doing a create table as select. |
ACTION | Do a create table followed by an insert as select into each partition. |
ERROR | Create table as select disallowed for SYSTEM patitioned tables |
CAUSE | User attempted to create a SYSTEM partitioned table by doing a create table as select. |
ACTION | Do a create table followed by an insert as select into each partition. |