| 12345678910111213141516 |
- select id,name,main_dept_id from /zfdx_poc2/hr_core_person_st where main_dept_id is not null limit -1
- /**
- output()
- **/
- ;
- select id,name,main_dept_id from /zfdx_poc2/hr_core_person_st where main_dept_id is null
- /**
- output()
- **/
- ;
|