mysql中向表中某字段追加字符串的方法
Update `表名` SET title = CONCAT(title,'MV') where articleid=3
487 and title not like '%v'
mysql中向表中某字段追加字符串的方法
Update `表名` SET title = CONCAT(title,'MV') where articleid=3
487 and title not like '%v'