Back to Starrocks

schemata

docs/en/sql-reference/information_schema/schemata.md

4.1.0790 B
Original Source

schemata

schemata provides information about databases.

The following fields are provided in schemata:

FieldDescription
CATALOG_NAMEThe name of the catalog to which the schema belongs. This value is always NULL.
SCHEMA_NAMEThe name of the schema.
DEFAULT_CHARACTER_SET_NAMEThe schema default character set.
DEFAULT_COLLATION_NAMEThe schema default collation.
SQL_PATHThis value is always NULL.