Count () sorting problem of oracle Database

I want to sort each person"s type in descending order according to the sum of the sl of each person"s sl. What should I do with
clipboard.png

Mar.13,2021

select sum (sl) as sum from (the sql) group by type order by sum; above you

Menu