074.isnil.mql 236 B

12345678910111213141516
  1. select id,name,main_dept_id from /zfdx_poc2/hr_core_person_st where main_dept_id is not null limit -1
  2. /**
  3. output()
  4. **/
  5. ;
  6. select id,name,main_dept_id from /zfdx_poc2/hr_core_person_st where main_dept_id is null
  7. /**
  8. output()
  9. **/
  10. ;