Purpose
The information_schema.CHARACTER_SETS view displays information about character sets of OceanBase Database.
Note
This view is introduced since OceanBase Database V1.4.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CHARACTER_SET_NAME | varchar(128) | NO | The name of the character set. |
| DEFAULT_COLLATE_NAME | varchar(128) | NO | The name of the collation. |
| DESCRIPTION | varchar(64) | NO | The description of the character set. |
| MAXLEN | bigint(20) | NO | The maximum length of the character set. |