This request drops the existing index on columns column_1 and column_2 from table table_6 .
DROP INDEX (column_1, column_2) ON table_6;
This request drops the existing index on columns column_1 and column_2 from table table_6 .
DROP INDEX (column_1, column_2) ON table_6;