Purpose
information_schema.COLLATION_CHARACTER_SET_APPLICABILITY displays the correspondence between character sets and collations.
Fields
Field |
Type |
Nullable? |
Description |
|---|---|---|---|
| COLLATION_NAME | varchar(128) | NO | The name of the collation. |
| CHARACTER_SET_NAME | varchar(128) | NO | The character set name. |
