I want to store some sets of numbers as file IDs in just one column and put a "," after them to make them separate. like : 8546, 5654, 2311, 7544, 6565, .... But in retrieving them, I want to get each ID separately. Is it possible?
I noticed that there were some threads with similar questions, and I did look through them but did not really get a convincing answer. Here s my question: The subquery below returns a Table with 3 ...