Description
Displays the character sets supported by OceanBase Database.
Note
Introduced in MySQL mode from V1.4.
Columns
| Column | Type | Allow NULL | Description |
|---|---|---|---|
| CHARACTER_SET_NAME | varchar(128) | NO | The name of the character set. |
| DEFAULT_COLLATE_NAME | varchar(128) | NO | The default collation name. |
| DESCRIPTION | varchar(64) | NO | The description of the character set. |
| MAXLEN | bigint(20) | NO | The maximum length of the character set. |