Overview
information_schema.CHARACTER_SETS provides information about character sets in OceanBase.
Related tables/views
__all_charset
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| CHARACTER_SET_NAME | varchar(128) | NO | The character set name. |
| 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. |