concat()函数
--用于将多个字符串连接起来,形成一个字符串
update form_approve set status='HOLD',memo=CONCAT(memo,' --- ',' 群群群') where form_id='18041513551556358' and approve_id='pd100' and seq=100
concat()函数
--用于将多个字符串连接起来,形成一个字符串
update form_approve set status='HOLD',memo=CONCAT(memo,' --- ',' 群群群') where form_id='18041513551556358' and approve_id='pd100' and seq=100