Data Archive
- Data Archive 6.4.3 HotFix 1
- All Products
alter index on <schema name>.<table name> [drop (column name)] [add (column name)];
Argument
| Description
|
---|---|
schema name
| Required. Name of the schema that includes the table index that you want to alter.
|
table name
| Required. Name of the table that includes the column you want to alter.
|
(column name)
| Required. Name of the column on which you want to drop or add an index.
Use a comma to separate multiple columns.
|