试试这个:declare @concent varchar(100)while (1=1) begin select @concent=字段名 from 表名 update 表名 set 字段名 = @concent + ‘统一字符串’ end