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

综合使用union和limit区分结果并限制返回结果集的条数

时间:2014-05-31 01:47:26      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   blog   code   java   

bubuko.com,布布扣
select * from channel where pid=0 union select * from channel where pid=1 union select * from channel where pid=3 limit 5,10
bubuko.com,布布扣

这里的limit限制了返回的union(合并)后的结果集,

综合使用union和limit区分结果并限制返回结果集的条数,布布扣,bubuko.com

综合使用union和limit区分结果并限制返回结果集的条数

标签:c   style   class   blog   code   java   

原文地址:http://www.cnblogs.com/zuoxiaobing/p/3761848.html

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