I have a column like Department ID: it has Values like:
-
- 11\22\34\34
- 33\33\44\44
- 22\22
- 11\11\22
So I want the repeated values removed and the output should be like:
- 11\22\34
- 33\44
- 22
- 11\22
Please let me know how to do it or where to look? Thanks
I have a column like Department ID: it has Values like:
-
So I want the repeated values removed and the output should be like:
Please let me know how to do it or where to look? Thanks