update gd_name set gdurl = concat (`gdurl`,'www.baidu.com|百度测试') where gdid = 1440
update 表 set `字段` = concat (`字段`,'aaaasadsdsadafdsafdasfdfsafa') where 字段=条件
mysql更新数据往后追加数据不覆盖原数据
最新推荐文章于 2022-03-08 09:49:10 发布
update gd_name set gdurl = concat (`gdurl`,'www.baidu.com|百度测试') where gdid = 1440
update 表 set `字段` = concat (`字段`,'aaaasadsdsadafdsafdasfdfsafa') where 字段=条件