mysql > select json_replace(data,'$.age',54,'$.tel',15046464563) from tab_json where id = 1; #使用json_replace进行查询处理,对已经存在的key值进行替换 ...
確定! 回上一頁