为一个数据库 组合表中的一个字段和字符串,更新到另一个字段。时间:2021-04-20 15:06:36update shop set shopcode = CONCAT("XX",shopid) where shopid <10; 组合表中的一个字段和字符串,更新到另一个字段。