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

update user_info set user_name = concat(user_name,'呵呵呵') where user_name = '哈哈哈';
posted @ 2021-02-02 11:31  盘思动  阅读(873)  评论(0)    收藏  举报