DROP STORAGE POLICY
Descriptionβ
Delete a storage policy. For detailed descriptions of storage policies, please refer to the "Storage Policy" chapter.
Syntaxβ
DROP STORAGE POLICY <policy_name>
Required Parametersβ
<policy_name>
The name of the storage policy
Permission Controlβ
The user executing this SQL command must have at least the following permissions:
Privilege | Object | Notes |
---|---|---|
ADMIN_PRIV | Global |
Exampleβ
-
Delete a storage policy named policy1
DROP STORAGE POLICY policy1