partition by cannot be used in create table as ...?
jiahe1224
Vertica Customer ✭
https://drive.google.com/file/d/1JvCew42AGOFfS3V602WVWP1Nx11JQxql/view?usp=share_link
SYNTAX ERROR[4856][42601]
Tagged:
0
Best Answer
-
Bryan_H Vertica Employee Administrator
CREATE TABLE AS SELECT allows segmentation but not partition. You can add partition later with ALTER TABLE x PARTITION BY partition-clause REORGANIZE.
0