drop_index_statement 

<drop_index_statement> ::=
  DROP INDEX <table_name>.<
column_name>
| DROP INDEX <
index_name> [ON <table_name>]