Hi,
I am unable to create tables or add columns to
existing tables if I specify VARCHAR(35000). If I try I
get the following error:
DB21034E The command was processed as an SQL statement because it was
not a
valid Command Line Processor command. During SQL processing it
returned:
SQL0604N The length, precision, or scale attribute for column,
distinct type,
structured type, attribute of structured type, function, or type
mapping
"VARCHAR(35000) " is not valid. SQLSTATE=42611
Any help would be greatly appreciated.
Thanks,
Simha.
I am unable to create tables or add columns to
existing tables if I specify VARCHAR(35000). If I try I
get the following error:
DB21034E The command was processed as an SQL statement because it was
not a
valid Command Line Processor command. During SQL processing it
returned:
SQL0604N The length, precision, or scale attribute for column,
distinct type,
structured type, attribute of structured type, function, or type
mapping
"VARCHAR(35000) " is not valid. SQLSTATE=42611
Any help would be greatly appreciated.
Thanks,
Simha.
Comment