If you dont care about the order:
DELETE FROM MyTable WHERE Row_ID NOT IN ( SELECT MIN(Row_ID) FROM MyTable GROUP BY Row_ID);