avishbran
Results
1
issues of
avishbran
## Your Question Is there a way to build an SQL query that searches multiple-values (not multiple keys) in a JSON array? ``` SELECT * FROM table WHERE JSON_CONTAINS(obj->'$.array_of_ints', [1,2,3]);...