Progress
SQL-89
Guide and Reference


Deleting Indexes

The DROP INDEX statement deletes one or more indexes from the database. The DROP INDEX statement has the following syntax.

SYNTAX
DROP INDEX index-name 

The following example deletes an index named po.

DROP INDEX po. 

NOTE


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095