MySQL 裡面的json分為json array 和json object。 ... "b": 2, "c": {"d": 4}}'; mysql> SET @j2 = '1'; mysql> SELECT JSON_CONTAINS(@j, @j2, ...
確定! 回上一頁