在mysql数据库原有字段后增加新内容_PHP
程序员文章站
2024-04-03 09:47:34
...
复制代码 代码如下:
update table set user=concat(user,$user) where xx=xxx;
update table set user=concat(user,$user) where xx=xxx;