Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.11, 11.4, 11.8, 12.3, 13.1
Description
Hi,
I found that JSON_OVERLAPS has different results under different input orders. This is an example:
SELECT JSON_OVERLAPS('[[1,2]]','[[1]]'); -- 1 |
SELECT JSON_OVERLAPS('[[1]]','[[1,2]]'); -- 0 |