diff --git a/Report/014普通高中办学条件(一).rpx b/Report/014普通高中办学条件(一).rpx index b94cf8f1..07087fdd 100644 Binary files a/Report/014普通高中办学条件(一).rpx and b/Report/014普通高中办学条件(一).rpx differ diff --git a/Report/043小学办学条件(三).rpx b/Report/042小学办学条件(三).rpx similarity index 100% rename from Report/043小学办学条件(三).rpx rename to Report/042小学办学条件(三).rpx diff --git a/Report/县区/001普通高中校数、班数(总计).rpx b/Report/县区/001普通高中校数、班数(总计).rpx new file mode 100644 index 00000000..3856c319 Binary files /dev/null and b/Report/县区/001普通高中校数、班数(总计).rpx differ diff --git a/ReportSQL/县区/001普通高中校数、班数(总计).txt b/ReportSQL/县区/001普通高中校数、班数(总计).txt new file mode 100644 index 00000000..54083e3b --- /dev/null +++ b/ReportSQL/县区/001普通高中校数、班数(总计).txt @@ -0,0 +1,10 @@ +SELECT sbr.organizationNo ,1 as schoolTypeGroupNo,'一、高中阶段' as schoolTypeGroup,1 as schoolTypeGroupNo2,'(一)普通高中' as schoolTypeGroup2 ,sbr.businessTypeNo,sbr.businessType +,sbr.ownertypeno ,sbr.ownerTypeGroup ,sbr.citycountrytypeno ,sbr.cityCountryGroup,sbr.structureType,sbr.populationGroup,sbr .isnation ,sbr.gatherregionc ,va.region_no +, sbr.isCount , sum(l+m+n) as classNo, sum(l), sum(m), sum(n) +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J213 as j on j.instanceid =it.instanceid +inner join v_areainfo va on va.region_name =sbr.gatherregionc +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('341','342','345') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +group by sbr.organizationNo,sbr.businessTypeNo,sbr.businessType ,sbr.isCount,sbr.ownertypeno ,sbr.ownerTypeGroup ,sbr.citycountrytypeno ,sbr.cityCountryGroup,sbr.structureType,sbr.populationGroup,sbr .isnation ,sbr.gatherregionc ,va.region_no +order by sbr.businessTypeNo,va.region_no ; \ No newline at end of file