I am using mysql 5.7.xI can create a mysql json table CREATE TABLE t1 (jdoc JSON); I can insert rows.INSERT INTO t1 VALUES('{"key1": "value1", ...
確定! 回上一頁