I have column user_orders we are storing like
[1][2][3][5] // Expected output 1,2,3,5
[25][27] // Expected output 25,27
[2] // Expected output 2
I don't understand why my master store like above format instead of comma separator data, Is this for security reason?
How replace this with 1,2,3,5 to use in find_in_set(u.id, c.user_orders)?
I tried like this below url
https://stackoverflow.com/questions/27262855/mysql-find-in-set-slash-separator