Hi im new to msql, anyway i have made up a table which contains a bunch of results from a search and what i want to do is to delete any duplicate rows in my database.
I not actually sure how to go about achieve this, i thought perphaps performing a search combined with some check method and a delete statement.
Is there perphaps a msql function that can achieve this??
Also note that when i say duplicate copies, it does not necesarilly mean that all the colums two rows while be the same but will have a enough in common to be able to tell if duplicate.
Any help with this or a reference would be great, thanks
I not actually sure how to go about achieve this, i thought perphaps performing a search combined with some check method and a delete statement.
Is there perphaps a msql function that can achieve this??
Also note that when i say duplicate copies, it does not necesarilly mean that all the colums two rows while be the same but will have a enough in common to be able to tell if duplicate.
Any help with this or a reference would be great, thanks
Comment