首页 > 开发 > PHP > 正文

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

2024-05-04 22:10:34
字体:
来源:转载
供稿:网友

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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表