SQL Statements and Extensions for the Salesforce Driver : Drop Index

Drop Index
Purpose
The Drop Index statement drops an index for a local table.
Syntax
DROP INDEX index_name [IF EXISTS]
where:
index_name
Specifies an existing index.
IF EXISTS
Specifies that an error is not to be returned if the index does not exist. The Drop Index command generates an error if an index that is associated with a UNIQUE or FOREIGN KEY constraint is specified.
Notes

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.