Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 422 Bytes

SQL-Drop-Index.md

File metadata and controls

24 lines (17 loc) · 422 Bytes

SQL - DROP INDEX

The Drop Index command removes an index on a property defined in the schema.

Syntax

DROP INDEX <index-name>|<class>.<property>

Where:

  • class is the class of the schema
  • property, is the property created into the class

See also

Examples

DROP INDEX users.Id