Accuracer: The First And Only BDE Alternative
Client-Server Single-File Embedded Database for Delphi / C++Builder / Kylix



DROP INDEX Statement

Previous  Top  Next


Introduction

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

Syntax

DROP INDEX [IF EXISTS] table_name.index_name

The IF EXISTS option specifies that index should be dropped only if it exists in this table.

Here is an example:

DROP INDEX Test.Text_Index



© AidAim Software Accuracer: Contents-cross-platform Windows Linux Databas