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
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
select sum (sl) as sum from (the sql) group by type order by sum; above you
Previous: Recommend database visual development plug-in
Next: How can I fix the mariadb, that cannot be installed after / etc/mysql has been deleted?