How can i select an array into a larger array without overwriting it in postgres? – Postgresql
I am writing some SQL code where i have a comma separated string with 3 values. I would like to transform this string into an array and write it into the first 3 elements of a larger array. My naive…