场景:用update更新一个字段值,这个值是由相同表内另一个字段和一个字符串组成 sql语句:update `tableName` set field1=concat(`tableName`.field2,”str”);