Long Varchar

Restriction: This topic applies to Windows environments only.

A data type containing variable length alphanumeric strings (maximum length of 32,706 characters). See the CREATE TABLE command for more information on determining lengths of LONG VARCHAR and VARCHAR variables. The storage required depends on the actual length of the value stored. Can be defined as FOR BIT DATA. If the field is specified as NOT NULL WITH DEFAULT, null values are replaced by spaces.