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