Data Archive
- Data Archive 6.5 HotFix 1
- All Products
drop index on <schema name>.<table name>;
Argument
| Description
|
---|---|
schema name
| Required. Name of the schema that includes the table index you want to drop.
|
table name
| Required. Name of the table from which to drop the index.
|