Last active
March 25, 2021 20:32
-
-
Save RelativeTech/a9e4bf1845c11b08e7dbc5888e7edca9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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