The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Removing Indexes

gilbertsavier

New Member
affiliate
Hi,
Beside creating index you can also removing index by using DROP INDEX statement in MySQL. Interestingly, DROP INDEX statement is also mapped to ALTER TABLE statement. Here is the syntax:

DROP INDEX index_name ON table_name
 
banners
Back