替换表中某个字段中的某些字符:(将ConfigValue列中的A值替换为B)update SysConfigParams set ConfigValue=replace(ConfigValue,'A','B');