mysql中向表中某字段追加字符串的方法
来源:动视网
责编:小采
时间:2020-11-09 09:40:33
mysql中向表中某字段追加字符串的方法
mysql中向表中某字段追加字符串的方法:mysql中向表中某字段追加字符串的方法 Update `表名` SET title = CONCAT(title,'MV') where articleid=3487 and title not like '%v'
导读mysql中向表中某字段追加字符串的方法:mysql中向表中某字段追加字符串的方法 Update `表名` SET title = CONCAT(title,'MV') where articleid=3487 and title not like '%v'

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