I\'ve got an MS access database and I would need to create an SQL query that allows me to select all the not distinct entries in one column while still keeping all the value
join the unique values of B you determined with group by b and count > 1 back to the original table to retrieve the C values from the table.