mysql group by 组内排序
Posted peterpanzsy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql group by 组内排序相关的知识,希望对你有一定的参考价值。
http://blog.csdn.net/shellching/article/details/8292338
所有SSD配置的最近生效费率查询
select * from billing_rates_tbl as tt
where
sub_res_id like "%ssd::%"
and res_type="server"
and unit="M"
and duration = "12"
group by sub_res_id, effective_date having
effective_date=(select max(effective_date) from billing.billing_rates_tbl where sub_res_id=tt.sub_res_id)
以上是关于mysql group by 组内排序的主要内容,如果未能解决你的问题,请参考以下文章
9.查询和" 01 "号的同学学习的课程完全相同的其他同学的信息的一种实现方式,及group_concat实现group by组内排序