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;