drop index
を使用する 制約名付き:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
または単に:
drop index uc_unsub_date on unsub_counts;
drop index
を使用する 制約名付き:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
または単に:
drop index uc_unsub_date on unsub_counts;