码迷,mamicode.com
首页 > 数据库 > 详细

oracle 多对一时只去前两条数据sql

时间:2017-05-31 19:12:23      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:sql   stat   order by   group   use   res   tle   art   from   

 (select table5.shopareaid,table5.usersid ,table5.username  from   (select sg.shopareaid,u1.usersid,u1.username,row_number() OVER(PARTITION BY sg.shopareaid ORDER BY sg.shopareaid desc) numbers from shops s, shopgroup sg,users u1 where s.shopgroupid = sg.shopgroupid and   u1.companysid=7 and u1.usertitle = 40 and u1.status<=2 and s.shopsid=u1.residentshopid) table5 where table5.numbers=1) table1,

 

.

oracle 多对一时只去前两条数据sql

标签:sql   stat   order by   group   use   res   tle   art   from   

原文地址:http://www.cnblogs.com/mayay/p/6925078.html

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