会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
vofill-work
博客园
首页
新随笔
新文章
联系
订阅
管理
2017年8月30日
MySQL之——GROUP BY分组取字段最大值
摘要: 方法一:(效率最高)select * from test as a where typeindex = (select max(b.typeindex) from test as b where a.type = b.type );方法二:(效率次之)select a.* from test a,(
阅读全文
posted @ 2017-08-30 13:50 vofill-work
阅读(6051)
评论(2)
推荐(2)
编辑