remove duplicate mysql table
eduguru 0 Comments Delete Duplicate rows from Mysql table and Kept only one row, How do I delete all the duplicate records in a MySQL table, How to delete duplicate rows in mysql using a single query, How to remove duplicate rows in mysql without using temporary table ., MySQL Handling Duplicates, Painless Removal of Duplicate Database Rows in MySQL, Remove duplicate entries from mysql table, remove duplicate mysql table, Remove Duplicate Rows from MySQL Table, Remove Duplicate Rows in MySQL, Remove duplicate rows mysql and leave one
ALTER IGNORE TABLE `cdr` ADD UNIQUE(`uniqueid`)