0
3つのクエリがあるが、それhrv_empworkingarea
表があることを1つのノートビューテーブル3つのクエリから一つのクエリ
select count(distinct dept_no)
total_dept
FROM hrv_empworkingarea
where short_name LIKE 'IN' AND active_flag='Y';
select count(a.doctor_no)
total_doctor
from hpms_doctor a
where a.active_flag= 'Y';
select count(job_id)
totalNurse
from HR_EMPLOYEE
where job_id= '155';