Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Unable to Create a Columnar Table after upgrading to 14 - forum topic by SaiKodukula1247

$
0
0

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: 

Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>