当前位置:Gxlcms > PHP教程 > 在mysql数据库原有字段后增加新内容

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

时间:2021-07-01 10:21:17 帮助过:88人阅读

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

人气教程排行