I have a result table that contains duplicate values in a column which is what I want. I need to count these duplicates to get some sort of guide for recommendation. Not quite sure how to do this
example
column rsortname
aaaaa
aaaaa
bbbbbb
bbbbbb
bbbbbb
bbbbbb
ccccc
ccccc
ccccc
ccccc
ccccc
ccccc
My result needs to say that order of preference =
ccccc
bbbbb
aaaaa
Can anyone help me please
Thanks
Ray