SHOW REPOSITORIES
Views the repositories created in StarRocks.
Syntaxβ
SHOW REPOSITORIES
Returnβ
| Return | Description | 
|---|---|
| RepoId | Repository ID. | 
| RepoName | Repository name. | 
| CreateTime | Repository creation time. | 
| IsReadOnly | If the repository is read-only. | 
| Location | Location of the repository in the remote storage system. | 
| Broker | Broker used to create the repository. | 
| ErrMsg | Error message during connection to the repository. | 
Examplesβ
Example 1: Views the repositories created in StarRocks.
SHOW REPOSITORIES;