摘要: 使用情况:将某张表中的一些数据的name字段加上‘-DEL’后缀 使用concat拼接函数实现: update table1 set name=(select concat(name,'-DEL') from table1 where id = '123456') id需要是唯一值,返回结果集不能只 阅读全文
posted @ 2021-09-14 11:45 leviH 阅读(159) 评论(0) 推荐(0)