Answer the question
In order to leave comments, you need to log in
Is it possible to make such a selection?
There is a request like this
SELECT * FROM users WHERE json_contains(data->"$.id", json_array(25, 115, 101))
Answer the question
In order to leave comments, you need to log in
if at least one value matches
json_contains
that's exactly how it works. Even the word "contains" in its name hints at this. Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question