Remove duplicates from a string with regexp_replace
I want to remove duplicate from a string separated with comma with regexp_replace function in Postgres
I want to remove duplicate from a string separated with comma with regexp_replace function in Postgres