LONG VARCHAR data type

The LONG VARCHAR data type stores character data of arbitrary length.

Syntax
LONG VARCHAR
Remarks

The maximum size is 2 GB.

Multibyte characters can be stored as LONG VARCHAR, but the length is in bytes, not characters.

See also
Standards and compatibility
  • SQL/2003   Vendor extension.