0
1
llucycodes42
The code drops the index "&[USER_INPUT:3:index_name]" from the table "&[USER_INPUT:1:table]"
Shortcut: s_alter_idx_drop
ALTER TABLE `table` DROP INDEX `index_name`;
0
1
llucycodes42
The code drops the index "&[USER_INPUT:3:index_name]" from the table "&[USER_INPUT:1:table]"
Shortcut: s_alter_idx_drop
ALTER TABLE `table` DROP INDEX `index_name`;