Description
The DROP TABLEGROUP statement deletes a table group.
Syntax
DROP TABLEGROUP [IF EXISTS] tablegroupname
Parameter description
| Parameter | Description |
|---|---|
| tablegroupname | The name of the table group. If the name of the table group to be deleted does not exist and IF EXISTS is not specified, an error is reported. |
Examples
- Delete the table group named myTableGroup1.
OceanBase(admin@test)> DROP TABLEGROUP myTableGroup1;