SHOW-CREATE-CATALOG
SHOW-CREATE-CATALOG
Name
SHOW CREATE CATALOG
Description
This statement shows the creating statement of a doris catalog.
grammar:
SHOW CREATE CATALOG catalog_name;
illustrate:
catalog_name
: The name of the catalog which exist in doris.
Example
View the creating statement of the hive catalog in doris
SHOW CREATE CATALOG hive;
Keywords
SHOW, CREATE, CATALOG