DROP RESOURCE UNIT

2023-08-18 09:26:34  Updated

Description

You can execute the DROP RESOURCE UNIT statement to delete a resource unit.

Syntax

DROP RESOURCE UNIT unitname 

Parameters

Parameter Description
unitname The name of the resource unit that you want to delete.

Examples

  • Delete resource unit unit1.
OceanBase(admin@test)> DROP RESOURCE UNIT unit1;
Query OK, 0 rows affected (0.00 sec)

Contact Us