码迷,mamicode.com
首页 > 其他好文 > 详细

子查询更新

时间:2016-09-09 18:29:18      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

 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>%‘)

子查询更新

标签:

原文地址:http://www.cnblogs.com/Hangle/p/5857366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!