Mysql – SQL deduplication with criteria that has non-unique values
I have a table called cc_index and the table has among others the following columns: length, date, url, [other_colums]. The same url may appear in multiple rows. For each url, I only want to retain a single row (but all…