替换字段中的部分内容使用:

update user set address=replace(address,'上海','北京') WHERE id>'1';

以上sql表示将user表中,地址字段中的上海替换为北京