Sử dụng drop index
với tên ràng buộc:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
hoặc chỉ:
drop index uc_unsub_date on unsub_counts;
Sử dụng drop index
với tên ràng buộc:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
hoặc chỉ:
drop index uc_unsub_date on unsub_counts;