当前位置: 数据库>mysql
mysql中向表中某字段追加字符串的方法
来源: 互联网 发布时间:2014-09-06
本文导语: 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'