Description
You can execute the DROP OUTLINE statement to delete an outline from an ApsaraDB for OceanBase database.
Syntax
DROP OUTLINE outline_name;
Parameters
| Parameter | Description |
|---|---|
| outline_name | The name of the outline that you want to delete. |
Examples
- Delete outline ol_1.
DROP OUTLINE ol_1;