st0627 发表于 2016-10-24 09:56:55

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

Update `表名` SET title = CONCAT(title,'MV') where articleid=3487 and title not like '%v'
页: [1]
查看完整版本: mysql中向表中某字段追加字符串的方法