增加前缀: update table set name = concat('prefix_',name); 增加后缀: update table set name = concat(name,'_suffix');