sql get_top_record.sql

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql get_top_record.sql相关的知识,希望对你有一定的参考价值。

-- Get top n records for each group of grouped results

select * 
from (select * from mytable order by `Group`, Age desc, Person) x
group by `Group`

-- http://stackoverflow.com/questions/12113699/get-top-n-records-for-each-group-of-grouped-results
-- http://www.w3schools.com/sql/sql_func_first.asp

以上是关于sql get_top_record.sql的主要内容,如果未能解决你的问题,请参考以下文章

sql 2008和sql 2012的区别

sql [sql技巧]一些sql技巧#sql

sql 2008 r2 在sql 2008上兼容么

SQL基础

有大神知道,sql server 中如何批量执行sql语句吗?

pl sql developer怎么执行sql