I am working on athena . I have a table with two columns of interest besides other columns. They are id and account architect column. Both are string type .
This is how the table looks like now .
The end product should be ;
How should my query look like to get this end product .




This should solve your problem. Note Here I am using regexp_replace to remove all special characters like (comma,],[,double quotes).