Hello!
I have two tables linked by a foreign key. How can I get the second table entries that reference the first table entry?
The fact is that the record ID is stored in an array. I tried to use the ARRAYJOIN function, but it returns a string from t...