Feature
This view provides information about character sets in OceanBase Database.
Fields
| Field | 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. |