6条回答 默认 最新
FEN_TA 2017-10-13 07:57关注表 B 中没有跟 表 A 对应 ID 的数据,你确定你给的结果集对么?
update a,b set a.value = concat(a.value, b.value) where a.id = b.id
解决 无用评论 打赏 举报
表 B 中没有跟 表 A 对应 ID 的数据,你确定你给的结果集对么?
update a,b set a.value = concat(a.value, b.value) where a.id = b.id