mysql > SET @j = '{"a": [1,2,3], "b": 2, "c": {"d": 4}}' ;. Query OK, 0 rows affected (0.00 sec). mysql> SELECT JSON_CONTAINS(@j, @j2, ...
確定! 回上一頁