EasyTable: Single-File Embedded Database,
a BDE replacement for Delphi and C++Builder



DROP INDEX Statement
Previous  Top  Next


Introduction

The DROP INDEX statement is used to delete index from the table.

Syntax

DROP INDEX [MEMORY] table_name.index_name [Password 'text_pass']

MEMORY option specifies that in-memory table will be created.
Here is an example:

DROP INDEX Test.Text_Index Password '2'



© AidAim Software EasyTable: