DELETE.INDEX |
|
|
The DELETE.INDEX command deletes an alternate key index.
Format
where
The DELETE.INDEX command deletes the named indices. Once an index has been deleted, any queries against the named field(s) may require processing of the entire file to locate records.
Example
DELETE.INDEX ORDERS DATE
This command deletes the index on the DATE field of the ORDERS file.
See also: BUILD.INDEX, CREATE.INDEX, DISABLE.INDEX, LIST.INDEX, MAKE.INDEX, REBUILD.ALL.INDICES |