Do you mean the full content of RTV_REASON column?
Use a group_by with a count(*).
If you're looking for individual word frequency, you'll have to pivit that column first and then apply the same group_by/count logic.
Do you mean the full content of RTV_REASON column?
Use a group_by with a count(*).
If you're looking for individual word frequency, you'll have to pivit that column first and then apply the same group_by/count logic.