环境:

sql server 2012

语法

select ROW_NUMBER() over(partition BY 分组字段 order by 排序字段),* as rowNums from 表名

 

相关文章: