首页 > 代码库 > 子查询更新

子查询更新

 select *,(select  content from pointsection0907 where id=技术分享p.id)as c from pointsection as p
where Id in (select  Id from pointsection0907 where id=技术分享p.id and content like ‘%<p>%‘) and id=7863 

 

--update pointsection set content=(select content from pointsection0907 where id=pointsection.id)
--where Id in (select Id from pointsection0907 where id=pointsection.id and content like ‘%<p>%‘)

子查询更新