Purpose
The information_schema.COLLATION_CHARACTER_SET_APPLICABILITY view displays the correspondence between character sets and collations.
Note
This view is introduced since OceanBase Database V1.4.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| COLLATION_NAME | varchar(128) | NO | The name of the collation. |
| CHARACTER_SET_NAME | varchar(128) | NO | The name of the character set. |