Purpose
The information_schema.COLLATION_CHARACTER_SET_APPLICABILITY view indicates what character set is applicable for what collation.
Note
This view is introduced since OceanBase Database V1.4.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| COLLATION_NAME | varchar(128) | NO | The collation name. |
| CHARACTER_SET_NAME | varchar(128) | NO | The name of the character set with which the collation is associated. |