Purpose
You can use this statement to drop an outline from OceanBase Database.
Required privileges
To execute the DROP OUTLINE statement, you must have the DROP privilege. For more information about privileges in OceanBase Database, see Privilege types in MySQL mode.
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;