Syntax

syntax

ALTER TABLE <table> DROP INDEX <Index_Name>;
BASH

<table>

The table you want to delete an index from.

<Index_name>

The Index name that has been defined in the table.

Output

This SQL command does not return anything.