select (select count(distinct b.sal) from emp bwhere b.sal<=a.sal) as rnk,a.salfrom emp a; 相关文章: 2021-08-04 2021-10-30 2021-07-24 2021-08-01 2021-05-20 2022-01-03