I have a field in a table with array
numbers:
2;3;7;8;9;10;11;15;1
Each of these numbers corresponds to an ID of another table. I need to list the items in this other table according to the array. I can not come to a favorable logic.
Any solution?