Joined June 2012
·

dotzero

RU / Msk
·
·
·

Posted to Delete duplicate rows over 1 year ago

Or just add unique index and all duplicate rows are deleted automatically.

ALTER IGNORE TABLE table1 ADD UNIQUE (field1, field2);
Achievements
119 Karma
0 Total ProTip Views