Skip to content

Instantly share code, notes, and snippets.

@RelativeTech
Created March 25, 2021 20:32
Show Gist options
  • Save RelativeTech/161dea723d200bffcc2b6400644f15c0 to your computer and use it in GitHub Desktop.
Save RelativeTech/161dea723d200bffcc2b6400644f15c0 to your computer and use it in GitHub Desktop.
select project_id, count(worker_id) as Worker_Count
from project_worker_map
group by project_id
having count(worker_id) > 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment