Skip to main content
VeloDB Cloud 4.x·Apache Doris 3.x·"Since X.Y" tags refer to Doris versionsversion mapping →

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;