Purpose
The information_schema.CHARACTER_SETS view displays the information about character sets in OceanBase Database.
Note
This view was introduced in 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. |