Home >Backend Development >PHP Tutorial >Add new content after the original fields in mysql database_PHP tutorial

Add new content after the original fields in mysql database_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:43:111103browse

Copy code The code is as follows:

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

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/320805.htmlTechArticleCopy the code as follows: 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