Skip to main content
Skip to main content

SHOW-CREATE-CATALOG

SHOW-CREATE-CATALOG​

Name​

SinceVersion 1.2

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​

  1. View the creating statement of the hive catalog in doris

    SHOW CREATE CATALOG hive;

Keywords​

SHOW, CREATE, CATALOG

Best Practice​