mysql中向表中某字段追加字符串的方法

  技术百科     |      2016-06-07 00:00

mysql中向表中某字段追加字符串的方法

Update `表名` SE

T title = CONCAT(title,'MV') where articleid=3487 and title not like '%v'