在sql里面,case when 某列 = ‘孙阳’ then 1
when 某列 = '王伟' then 2
.....
else $$$ end as px
最后给一个group by px就可以了
虽然麻烦一点,但是实用
在sql中排好序列就可以