school_name(SELECT * FROM alum_education SELECT * FROM alum_connection_educations) AS UNIONSschoolName as SchoolName from (SELECT * FROM alumEducation UNION SELECT * FROM alumConnectionEducations) AS UNIONSschoolName as SchoolName from (SELECT * FROM alumEducation U
File "C:\Python34\lib\site-packages\typing.py", line 829, in __subclasscheck__isinstance也不起作用:
>>> isinstance(typ, typing.UnionFile "C:\Python34\lib\site-packages\typing.py&