The CHARACTER VARYING type is a variable-length string.
Syntax
[ CHARACTER VARYING | VARCHAR ] (n)
Semantics
n
specifies the maximum length of the string. The default length is 80. The maximum length is 4000.
Notes