DROP INDEX
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This statement removes an index from the database.
To support DROP INDEX processing, the IP GETSUPPORT operation must return TRUE for IP_SUPPORT_DROP_INDEX.
Syntax
DROP INDEX index_name
Example
DROP INDEX emp_i;