DROP INDEX statement
The DROP INDEX statement removes an index from a table.
To drop an index, you must have one of the following privileges:
- Ownership of the object (the owner of the table or the index)
- DBADM authority
- PACKADM authority for the collection or for all collections
DROP INDEX indexOwner.indexName | This option specifies the name of the index to be dropped. |
---|
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*