MySQL 5.7.8開始支援json型別. create table t(id int,js json,PRIMARY KEY (`id`)) ... insert into t values(5,JSON_Object('key1′,v1,'key2',v2))
確定! 回上一頁