Run this query to see a list of duplicate contact names.


  1. Navigate to Settings\System\SQL
  2. Paste in the below query
  3. Click Execute to view list or Export to export to CSV


SELECT Name FROM Contacts GROUP BY Name HAVING COUNT(*) > 1