$sql="update 表名 set 某字段=CONCAT(某字段,'要追加的字符串') where id =123";
update 表名 set 字段名=REPLACE(字段名,字段名,字段名||'要追加的文本');