Skip to content

Instantly share code, notes, and snippets.

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