VeloDB Cloud
SQL Manual
Data Types
VARCHAR

VARCHAR

Description

VARCHAR(M)

Variable-length string. M represents the byte length of it. The range of M is 1-65533.

Note:

Variable length strings are stored using UTF-8 encoding, which means English characters occupy 1 byte, and Chinese characters occupy 3 bytes.

Keywords

VARCHAR