SELECT [CaseNumber], COUNT(*) AS Occurrences FROM [CaseCountry] GROUP BY [CaseNumber] HAVING (COUNT(*) > 1)