mysql 往表中某个字段的字符串后追加字符串
【摘要】
update 表名 set 字段名=CONCAT(字段名,"需添加的值")WHERE 条件
列如: update np_order set customer_remark=CONCAT(customer_remark,"sgja那里能的可能")WHERE order_id='1' np_order :表名
customer_rema...
update 表名 set 字段名=CONCAT(字段名,"需添加的值")WHERE 条件
列如:
update np_order set customer_remark=CONCAT(customer_remark,"sgja那里能的可能")WHERE order_id='1'
np_order :表名
customer_remark 字段名称
where 后指定条件
文章来源: blog.csdn.net,作者:lxw1844912514,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/lxw1844912514/article/details/120185715
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)