I'm writing a query in .NET using LinQ technology. I want get all double records from field city. If the city count is equel to 1, then i don't want to get this in my results. Only 2 or more times. Does anyone know how I must write my query?
Thanks a lot.
Jordy