I have a table say XYZ, there are three entries for each entity of the column say 'a' and I want to find out if there are more than 3 entries for those entities in the column.
column:
a b c
123
123
123
sol
sol
sol
456
456
456
Here I want to know if I have more than 3 entries for 123 or sol or 456 in the tab