Skip to main content

SHOW CREATE REPOSITORY

Description

This statement is used to demonstrate the creation statement of a repository.

Syntax

SHOW CREATE REPOSITORY for <repo_name>;

Required Parameters

<repo_name>

The unique name of the repository.

Examples

Show the creation statement of the specified repository

SHOW CREATE REPOSITORY for test_repository;