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.
|
select businesstype,count as total from mv_dp_gjdxxsl order by
|
|
(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)
|
|
|