Data type | Alias | Description |
---|---|---|
CHAR(n) | CHARACTER(n) | Fixed size character string of size n. See Database Limitations. |
VARCHAR[(n)] | CHARACTER VARYING [(n)] , TEXT | variable-length with optional limit (n). If n isn’t specified, the maximum is used. See Database Limitations. |