Skip to main content
Skip to main content

SHOW-CREATE-CATALOG

SHOW-CREATE-CATALOG

Name

Tips

This feature is supported since the Apache Doris 1.2 version

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