MySQL удаление дубликатов
Делается это все одним запросом:
ALTER IGNORE TABLE `table` ADD UNIQUE INDEX(a);
ALTER IGNORE TABLE `table` ADD UNIQUE INDEX(a);
Our servers are humbled by your incredible response.
We are working to resolve the issue. Please try again soon!