information_schema.CHARACTER_SETS

2024-04-19 08:42:49  Updated

Purpose

The information_schema.CHARACTER_SETS view Provides information about character sets of OceanBase Database.

Note

This view is introduced since OceanBase Database V1.4.

Columns

Column Type Nullable? Description
CHARACTER_SET_NAME varchar(128) NO The character set name.
DEFAULT_COLLATE_NAME varchar(128) NO The collation for the character set.
DESCRIPTION varchar(64) NO A description of the character set.
MAXLEN bigint(20) NO The maximum number of bytes required to store one character.

Contact Us