Skip to main content

DROP OUTLINE

Description

This statement is used to drop an outline in seekdb.

Syntax

DROP OUTLINE outline_name;

Parameters

ParameterDescription
outline_nameThe name of the outline to be dropped.

Examples

Drop the outline ol_1.

DROP OUTLINE ol_1;