需求:字段中的某几字替换成别的字
如图批量把 “张一” 改成 “张依依” “赵一” 改成 “赵依依”。
update Students set name = replace(Name,'一','依依')