Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - SQL Reference » Using SQL » SQL data types » Character data types

 

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.