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

  • A+
所属分类:数据库

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

  1. Update `表名` SET title = CONCAT(title,'MV') where articleid=3487 and title not like '%v'
图片引用自网络