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 ol_1 outline.
DROP OUTLINE ol_1;