Как отбросить индекс в mysql с именем индекса 'index'?
Я бросаю индекс на стол, но его ошибка бросания.
Alter table cust_branch_item_stock Drop index index;
Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'index' at line 1
Что я уже пробовал:
I changed the syntax to like this <pre>Alter table cust_branch_item_stock Drop index index;
но все та же ошибка
есть ли какой-нибудь способ сделать это, чтобы выполнить успешно
любой мир будет Вам признателен