Gebruik drop index
met beperkingsnaam:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
of gewoon:
drop index uc_unsub_date on unsub_counts;
Gebruik drop index
met beperkingsnaam:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
of gewoon:
drop index uc_unsub_date on unsub_counts;