I ve got 3 tables:
User, product user2product
each product has got ID.
Is it possible to write query in which as result I would get 2 columns:
UserID, Products
And in products column I have all products connected to user by user2product table separated with comma.