select dm.dept_no,dm.dept_name,t.title,count(t.title) count from departments dm,dept_emp de,titles t where dm.dept_no = de.dept_no and de.emp_no = t.emp_no group by t.title,dm.dept_no,dm.dept_name order by dm.dept_no
点赞

相关推荐

牛客网
牛客企业服务