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


复制代码 代码如下:

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

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


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3