RENAME INDEX
The RENAME INDEX
statement allows you to rename an index in the
current schema. Users cannot rename indexes in the SYS
schema.
Syntax
RENAME INDEX index-Name TO new-index-Name
index-Name
The name of the index to be renamed.
new-Index-Name
The new name for the index.
Example
splice> RENAME INDEX myIdx TO Player_index;
0 rows inserted/updated/deleted
See Also
ALTER
statement