update 表名 set 字段名=CONCAT(字段名,"需添加的值")WHERE 條件
列如:
update np_order set customer_remark=CONCAT(customer_remark,"sgja那里能的可能")WHERE order_id='1'
np_order :表名
customer_remark 字段名稱
where 后指定條件
update 表名 set 字段名=CONCAT(字段名,"需添加的值")WHERE 條件
列如:
update np_order set customer_remark=CONCAT(customer_remark,"sgja那里能的可能")WHERE order_id='1'
np_order :表名
customer_remark 字段名稱
where 后指定條件
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。