Purpose
You can use this statement to drop an outline from OceanBase Database.
Syntax
DROP OUTLINE outline_name;
Parameters
| Parameter | Description |
|---|---|
| outline_name | The name of the outline to be dropped. |
Examples
Drop the outline named outline1.
obclient> DROP OUTLINE outline1;
Query OK, 0 rows affected