Använd drop index
med begränsningsnamn:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
eller bara:
drop index uc_unsub_date on unsub_counts;
Använd drop index
med begränsningsnamn:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
eller bara:
drop index uc_unsub_date on unsub_counts;