I have a table in my MySql server with the following columns: ID (int, key), type (int), name (varchar).
Due to an error in my application, duplicate entries was inserted to the db, i want to delete those entries so from each type & name pair there will be only one row.
any thoughts on how to do this?