E
Erlang
I've got a column with duplicate records. I want to be able to pull
records that has the most duplicate. For example, on the column, I've
got 3245,3546,3245,5467,3245. Since 3245 is a duplicate, I want to be
able to pull all the duplicates. To go further, is there a way to
limit the number of duplicates I want to view. For example, I want to
be able to pull records with 10 or 20 duplicate records. Please help.
records that has the most duplicate. For example, on the column, I've
got 3245,3546,3245,5467,3245. Since 3245 is a duplicate, I want to be
able to pull all the duplicates. To go further, is there a way to
limit the number of duplicates I want to view. For example, I want to
be able to pull records with 10 or 20 duplicate records. Please help.