I’m trying to do something with the duplicate records in a mysql database. however, I don’t want to delete the records, and only two columns are duplicate. How can I find just these records?
I’m trying to do something with the duplicate records in a mysql database. however,
Share
can you post more information about the table structure and what do you mean that some are duplicate but only by two columns ?
Anyway, you can look into the
GROUP BY,COUNT, andHAVING