首页 > 编程 > PHP > 正文

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

2019-11-22 01:17:49
字体:
来源:转载
供稿:网友

复制代码 代码如下:

update table set user=concat(user,$user) where xx=xxx;

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