SHOW-CREATE-CATALOG

Name

SinceVersion 1.2

SHOW CREATE CATALOG

Description

This statement shows the creating statement of a doris catalog.

grammar:

  1. 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

    1. SHOW CREATE CATALOG hive;

Keywords

  1. SHOW, CREATE, CATALOG

Best Practice