Assuming you are deleting the ‘name’ index on ‘test’ table:
ALTER TABLE `test` DROP INDEX `name`;
Assuming you are deleting the ‘name’ index on ‘test’ table:
ALTER TABLE `test` DROP INDEX `name`;
No comments yet.
RSS feed for comments on this post. TrackBack URL