sql排名次 rank()用法 select *, rank() over (order by [english] desc) as \'rank\' from stu_score update tb set rank = RANK() OVER(order by [int字段]) 相关文章: