064distinctfunction.mql 246 B

1234567
  1. 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
  2. /**
  3. output()
  4. **/
  5. ;