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

update user_info set user_name = concat(user_name,'呵呵呵') where user_name = '哈哈哈';

posted @ 2019-08-21 14:59  江南孤狼  阅读(10618)  评论(0编辑  收藏  举报