The problem seems to be simple.
I have one table with a column as Array-typ where IDs of another table are stored in.
Now I want to use the array to select the elements of the second table.
I thought of a statement like
SELECT * FROM secondtable where id in (SELECT arrayCol FROM firsttable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.