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>%‘)
时间: 2024-10-06 14:40:36