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/013普通高中专任教师专业技术职务、年龄结构情况 .txt

15 lines
461 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
--22、正高级
--23、副高级
--24、中级
--25、助理级
--26、员级
--27、未定职级
select (F + G + H + I +j+k+l+ M + N ) as teacherNO,did,F,G,H,I,J,K ,L,M ,N from j422 where did in (22,23,24,25,26,27);
--女
select (F + G + H + I +j+k+l+ M + N ) as teacherNO,did,F,G,H,I,J,K ,L,M ,N from j422 where did in (20);
--少数民族
select (F + G + H + I +j+k+l+ M + N ) as teacherNO,did,F,G,H,I,J,K ,L,M ,N from j422 where did in (21);