替换表中某个字段中的某些字符:(将ConfigValue列中的A值替换为B)

update SysConfigParams set ConfigValue=replace(ConfigValue,'A','B');

05-11 02:26