DRAFT

Omnidex SQL: DROP INDEX

Description

Drop an index.

Syntax

DROP [<OMNIDEX | NATIVE>] INDEX 
     [IF EXISTS] 
     [[(owner)]table.]index 
     [ON table]
     IN "filename" 
     [WITH options]

Discussion

<OMNIDEX | NATIVE >

IF EXISTS

(OWNER)TABLE.INDEX

ON table

IN "filespec"

WITH

Examples

Simple

2nd example

 
Back to top
dev/sql/statements/drop_index/home.txt ยท Last modified: 2016/06/28 22:38 (external edit)