微信扫一扫
前缀
UPDATE table SET column= CONCAT("_",column);
后缀
UPDATE table SET column = CONCAT( column, "_");
相关推荐