forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
4.2 KiB
4.2 KiB
DROP RESOURCE POOL
Function
DROP RESOURCE POOL deletes a resource pool.
Precautions
The user must have the DROP permission in order to delete a resource pool.
Syntax
1 | DROP RESOURCE POOL [ IF EXISTS ] pool_name; |
Parameter Description
- IF EXISTS
Sends a notice instead of an error if the stored procedure does not exist.
- pool_name
Specifies the name of a created resource pool.
Value range: a string. It must comply with the naming convention.
Example
Delete a resource pool.
DROP RESOURCE POOL pool1;
Parent topic: DDL Syntax