SELECT distinct( temp01.teacher_unit ) AS "师资归属单位" FROM (SELECT person.sz_g AS "teacher_unit" FROM /univ_demo/person person WHERE person.status = '在职' LIMIT 0, 500000) temp01 LIMIT 0, 500000 WITH TIMEOUT = 6m /** output() **/ ;