UPDATE tab_base_info SET content = json_replace(content, '$.author', "xiaoming") WHERE id = 1;. 其中“$.***”表示找到JSON内容中匹配的修改字段 ...
確定! 回上一頁