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/012普通高中分课程专任教师学历情况 .txt

37 lines
544 B

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
--11、女
--12、少数民族
--13、研究生毕业
--14、本科毕业
--15、专科毕业
--16、高中阶段毕业
--17、高中阶段以下毕业
select (F + G + H + I + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + AC + AD) as teacherNO
,did
,F
,G
,H
,I
,J
,K
,L
,M
,N
,O
,P
,Q
,R
,S
,T
,U
,V
,W
,X
,Y
,Z
,AA
,AB
,AC
,AD
from j424 where did in (11,12,13,14,15,16,17)