Versions available for this page: CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
Use the DROP INDEX statement to drop an index.
DROP [ REVERSE ] [ UNIQUE ] INDEX index_name
[ON table_name] [ ; ]
The following are examples of many ways of dropping indexes:
DROP INDEX game_date_idx ON game;
DROP REVERSE INDEX gold_index ON participant;