skip to main content
Supported SQL Statements and Extensions : Alter Index
  

Try DataDirect Drivers Now

Alter Index

Purpose

Changes the name of an existing index.

Syntax

ALTER INDEX index_name RENAME TO new_name
where:
index_name
specifies an existing index name.
new_name
specifies the new index name.

Notes

*Index names must not conflict with other user-defined or system-defined names.
*Indexes on remote tables cannot be created, altered or dropped. Indexes can only be defined on local tables.