MySQL 5.7.8開始支援json型別. create table t(id int,js json,PRIMARY KEY (`id`)) 插入 ... JSON_SET(json_doc, path, val[, path, val] …)
確定! 回上一頁