select DISTRICT_NAME as '都道府県名', TOTAL_AMT as '総人口' from POPULATION where LVL == 2 order by cast(TOTAL_AMT as integer) desc;