Answer the question
In order to leave comments, you need to log in
How to concatenate json arrays in Mysql?
There are lists of categories that are stored as json
and I can get them with one request
select
categories_overprice
from
items
where user_id = 288 and categories_overprice is not null
Answer the question
In order to leave comments, you need to log in
concat, group_concat, although it is clear that these are all crooked solutions and, according to your mind, from the very beginning you should store all this as many to many.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question