Home  >  Article  >  Backend Development  >  在mysql数据库原有字段后增加新内容_PHP

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

WBOY
WBOYOriginal
2016-06-01 12:22:21779browse

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn