SELECT using_department,count(id) as count FROM /hxyy/room where affiliated_building = '行政办公楼' group by using_department /** output() metainfo() **/ ;