I have a couple of columns and some of them are of data type array. I need to display the data in quick sight but quick sight does not support the array data type.
so I am trying to convert the arrays to strings some how. can anyone explain what the query would look like?
You can use the array_join function