Baidu AI Cloud
中国站

百度智能云

Data Warehouse

DROP-REPOSITORY

DROP REPOSITORY

Description

This statement is used to drop a created repository. Only users with root or superuser privilege can drop the repository.

DROP REPOSITORY `repo_name`;

To drop a repository is to delete the mapping of the repository in Palo only, the repository data will not be deleted. After deleting, the repository can be mapped by specifying same parameters again. ​

Example

  1. Drop the repository bos_repo

    DROP REPOSITORY `bos_repo`;

Keywords

DROP, REPOSITORY
Previous
DROP-RESOURCE
Next
DML