SQL 常用语句时间:2023-03-09 08:23:08 替换表中某个字段中的某些字符:(将ConfigValue列中的A值替换为B) update SysConfigParams set ConfigValue=replace(ConfigValue,'A','B');