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