My first table name is user, this table contain products like by user
user
id username products
1 abc 2,3,4
2 cde 1,2
another table products contain related products list
id products
1 pro1
2 pro2
3 pro3
4 pro4
Now i want show user contained products, but not show products id. output like,
abc pro2,pro3,pro4