Link to this page
Print this page
Parent topic
:
Static SQL statements
SQL support
/
Static SQL statements
DROP INDEX
Drops an index object from the database.
Syntax:
DROP INDEX [ IF EXISTS ]
index-name
Related concepts
ALTER INDEX
CREATE INDEX