update user_info set user_name = concat(user_name,'呵呵呵') where user_name = '哈哈哈';
转载于:https://www.cnblogs.com/wangfeihu/p/11388797.html
本文探讨了一条具体的SQL更新语句,分析了如何通过concat函数将特定字符串添加到已有用户名之后,实现数据库中用户信息的更新。这条语句展示了SQL语言在修改数据方面的强大能力。
update user_info set user_name = concat(user_name,'呵呵呵') where user_name = '哈哈哈';
转载于:https://www.cnblogs.com/wangfeihu/p/11388797.html
860
1869

被折叠的 条评论
为什么被折叠?