SQL语句 update 字段=字段+字符串 拼接

update user_info set user_name = concat(user_name,'呵呵呵') where user_name = '哈哈哈';
相信坚持的力量,日复一日的习惯.
原文地址:https://www.cnblogs.com/pansidong/p/14361059.html