Update `表名` SET title = CONCAT(title,’MV’) where articleid=3487 and title not like ‘%v’
mysql中向表中某字段追加字符串的方法
Update `表名` SET …
本文来自网络,不代表我是攻城狮立场,转载请注明出处:https://www.54gcs.cn/sql/mysql/135.html
Update `表名` SET …
Update `表名` SET title = CONCAT(title,’MV’) where articleid=3487 and title not like ‘%v’