You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(SELECTcount(DISTINCT lead_manager_code) FROM lead_manager WHERE company_code =c.company_code), (selectcount(distinct senior_manager_code) from senior_manager where company_code =c.company_code), (selectcount(distinct manager_code) from manager where company_code =c.company_code), (selectcount(distinct employee_code) from employee where company_code =c.company_code)