SHOW-CREATE-REPOSITORY

Name

SHOW CREATE REPOSITORY

Description

该语句用于展示仓库的创建语句.

语法:

  1. SHOW CREATE REPOSITORY for repository_name;

说明:

  • repository_name: 仓库名称

Example

  1. 展示指定仓库的创建语句

    1. SHOW CREATE REPOSITORY for test_repository

Keywords

  1. SHOW, CREATE, REPOSITORY

Best Practice