We just upgraded one of our environments from Teradata 13.10 to 14 and not able to create a columnar table. when I try to create one, i get the following error "Column Partitioning is not SUpported on this System". Below is the DDL I am using
Note: Below is a sample SQL that i extracted from one of the posts explaining columnar
CREATE MULTISET TABLE SALES ( TxnNo INTEGER,
TxnDate DATE,
ItemNo INTEGER,
Quantity INTEGER
)
PARTITION BY COLUMN, UNIQUE INDEX (TxnNo);
Forums: