MySQL 5.7.8開始支援json型別. create table t(id int,js json,PRIMARY KEY (`id`)) ... 注意,只有json_extract和json_search中的path才支援通配, ...
確定! 回上一頁