站长资源数据库

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

整理:jimmy2025/1/10浏览2
简介Update `表名` SET title = CONCAT(title,'MV') where articleid=3487 and title not like '%v'
Update `表名` SET title = CONCAT(title,'MV') where articleid=3487 and title not like '%v'