select type,COUNT(type) AS num,SUM(number_of_bed) AS numberOfBedSum,SUM(operating_table) AS operatingTableSum from organization GROUP BY type ORDER BY num desc
select type,COUNT(type) AS num,SUM(number_of_bed) AS numberOfBedSum,SUM(operating_table) AS operatingTableSum from organization GROUP BY type ORDER BY num desc