plsql update 字段值 前面增加 字符

 

update mlos_am_member a set  a.memo4=‘aaa‘||a.memo4
  where a.validflag = ‘0‘
   and a.memo4 is not null