mysql method to append a string to a field in a table

  • 2020-05-06 11:47:05
  • OfStack

Update   'table name'   SET title   =   CONCAT(title,'MV')   where   articleid=3487   and   not   like like '%v    

Related articles: