DROP INDEX Command
|
Previous Top Next |
If MEMORY keyword is specified before the table_name then an in-memory table is referenced, not a disk one.
|
The name of the table containing index.
|
The name of the index to remove.
|
DROP INDEX developers.idxUniqueName
|