MySQL 5.7.8 之後支援JSON (由rfc7159規定)資料型別,其能在欄位中使用json 型別,做 ... update `order` set area = json_set(area, '$[0].south', ...
確定! 回上一頁