数据库字段中的值更改

用SQL语句: 
 UPDATE table SET proc_data=replace(proc_data,'"centralLeaderComm"','"leaderComm"') where id=2883

猜你喜欢

转载自blog.csdn.net/weixin_43075758/article/details/119389975