You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsMin/ReportSQL/027职业技术培训机构基本情况 .txt

42 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

--did
--职工技术培训学校(机构)
--教育部门办3
--其他部门办4
--民办5
--中外合作办6
--农村成人文化技术培训学校(机构)
--教育部门办8
--其中县办9
--乡办10
--村办11
--其他部门办12
--民办13
--中外合作办14
--其他培训机构(含社会培训机构)
--教育部门办16
--其他部门办17
--民办18
--中外合作办19
select sum(d),sum(e),sum(f),sum(g),sum(h),sum(i),sum(j),sum(k),sum(l),sum(m) from zx211 z where did between 2 and 19;
--did
--总计中少数民族20
--培训形式资格证书培训21
--岗位证书培训22
--培训对象党政管理培训23
--企业经营管理培训24
--专业技术培训25
--其中幼儿园教师26
--中小学教师27
--中职学校教师28
--高等教育学校教师29
--职业技能培训30
--其中农村劳动者31
--进城务工人员32
--其他培训33
--其中学生34
--老年人35
select sum(d),sum(e),sum(f),sum(g),sum(h),sum(i),sum(j),sum(k),sum(l),sum(m),did from zx211 z where did between 20 and 35
group by did order by did;