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.
30 lines
823 B
30 lines
823 B
|
|
union all
|
|
|
|
--高中
|
|
order by schoolTypeGroupNo,schoolTypeGroupNo2,
|
|
case
|
|
when businessType ='高级中学' then 1
|
|
when businessType ='完全中学' then 2
|
|
when businessType ='十二年一贯制学校' then 3
|
|
when businessType ='中等技术学校' then 4
|
|
when businessType ='成人中等专业学校' then 5
|
|
when businessType ='职业高中学校' then 6
|
|
when businessType ='其他机构(班)' then 7
|
|
end
|
|
|
|
--义务
|
|
order by schoolTypeGroupNo,schoolTypeGroupNo2,
|
|
case
|
|
when businessType ='小学' then 1
|
|
when businessType ='初级中学' then 2
|
|
when businessType ='职业初中' then 3
|
|
when businessType ='九年一贯制学校' then 4
|
|
when businessType ='十二年一贯制学校' then 5
|
|
when businessType ='完全中学' then 6
|
|
end
|
|
|
|
|
|
if(value()=="女",space(2)+"其中:"+value(),space(8)+value())
|
|
|
|
if(value()==0,"") |