I am trying to echo the most common duplicates in a table. I have been able to echo the name of the duplicates but what I\'m looking for is a separate column in the table th
SELECT name, COUNT(*) as mycount FROM ...