MySQL 5.7.8開始支援json型別. create table t(id int,js json,PRIMARY KEY (`id`)) 插入資料insert into t values(1,'{"a":1,"s":"abc"}') insert ...
確定! 回上一頁