Removing duplicate string in a column
Hi,
A column contains duplicate email address stored in it.
String:
shyam@gmail.com,naresh@gmail.com,ram@gmail.com,shyam@gmail.com,naresh@gmail.com,shyam@gmail.com,kavita@gmail.com
In the above string, "shyam@gmail.com" is repeated thrice and "naresh@gmail.com" is repeated twice.
The data should be stored as - shyam@gmail.com,naresh@gmail.com,ram@gmail.com,kavita@gmail.com
In other words, there are no duplicate email address stored in the field.
Please let me know how do we achieve the same.
Thanks,
Krishna