在mysql数据库原有字段后增加新内容

网络编程 发布日期:2024/10/12 浏览次数:1

正在浏览:在mysql数据库原有字段后增加新内容

复制代码 代码如下:
update table set user=concat(user,$user) where xx=xxx;