SSC-EWI-TD0040
The format in a table is not supported.
Severity
Low
Description
The specified format is not supported.
Example Code
Input:
CREATE TABLE T_2040
(
C1 VARCHAR(255) CHARACTER SET LATIN NOT CASESPECIFIC FORMAT 'X(50)',
C2 VARCHAR(255) CHARACTER SET LATIN NOT CASESPECIFIC FORMAT 'X(75)'
);Output:
Last updated
