In the following example, the column named BinaryData is assigned the VARBYTE data type and has an upper limit of 1200 bytes:
CREATE TABLE DocTable (DocType INTEGER ,DocName CHAR(26) ,BinaryData VARBYTE(1200));
In the following example, the column named BinaryData is assigned the VARBYTE data type and has an upper limit of 1200 bytes:
CREATE TABLE DocTable (DocType INTEGER ,DocName CHAR(26) ,BinaryData VARBYTE(1200));