数据库 ysql中向表中某字段追加字符串的方法 mysql中向表中某字段追加字符串的方法: Update `表名` SET title = CONCAT(title,'MV') where articleid=3487 and title not ... 07月15日109评论MySQL 追加字符串 阅读全文