HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

DROP RESOURCE POOL

Function

DROP RESOURCE POOL deletes a resource pool.

img NOTE: The resource pool cannot be deleted if it is associated with a role.

Precautions

Only a user with the DROP permission on the current database can perform this operation.

Syntax

DropResourcePool ::= DROP RESOURCE POOL [ IF EXISTS ] pool_name;

Parameter Description

  • IF EXISTS

    Reports a notice instead of an error if a specified resource pool does not exist.

  • pool_name

    Specifies the name of a created resource pool.

    Value range: a string. It must comply with the identifier naming convention.

Examples

See Examples in CREATE RESOURCE POOL.

ALTER RESOURCE POOL and CREATE RESOURCE POOL

Copyright © 2011-2024 www.enmotech.com All rights reserved.