The following example uses MVC to compress a list of numeric values in an INTEGER column.
CREATE TABLE ID (IDNum INTEGER, Post INTEGER COMPRESS (44, 45, 63));
The following example uses MVC to compress a list of numeric values in an INTEGER column.
CREATE TABLE ID (IDNum INTEGER, Post INTEGER COMPRESS (44, 45, 63));