VeloDB Cloud
SQL Manual
SQL Types
String Data Type
CHAR

CHAR

Description

CHAR(M) A fixed-length string, M represents the byte length of a fixed-length string. The range of M is 1-255.

keywords

CHAR