主要是select count(...)的用法,统计岗位总数及不同的岗位个数(和distinct一起用),select count(distinct 岗位)from table,再按岗位统计人数/总数