Add new content after the old fields in the mysql database

  • 2020-03-31 19:23:19
  • OfStack


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


Related articles: