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

获取分组后取某字段最大一条记录

时间:2016-12-08 09:34:52      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:bsp   color   span   code   select   记录   分组   效率   div   

获取分组后取某字段最大一条记录
方法一:(效率最高)
select * from test as a 
where typeindex = (select max(b.typeindex) 
from test as b 
where a.type = b.type );

 

获取分组后取某字段最大一条记录

标签:bsp   color   span   code   select   记录   分组   效率   div   

原文地址:http://www.cnblogs.com/mchuang/p/6143542.html

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