On creating table set your field as JSON datatype. ... INSERT INTO person VALUES ('{"pid": 101, "name": "name1"}'); INSERT INTO person VALUES ('{"pid": 102, "name ...
確定! 回上一頁