问题思路 问题 思路select e.emp_no, m.emp_nofrom dept_emp e, dept_manager mwhere e.dept_no = m.dept_no and e.emp_no != m.emp_noand e.to_date = '9999-01-01' and m.to_date = '9999-01-01'