Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query suggestion #28

Open
chekos opened this issue May 12, 2020 · 0 comments
Open

Query suggestion #28

chekos opened this issue May 12, 2020 · 0 comments
Assignees
Labels
suggestion A canned query suggestion (to be included by default in future deployment)

Comments

@chekos
Copy link
Owner

chekos commented May 12, 2020

firearm point and discharge stats by racen

query

select
  rae_codes.RACE_ETHNICITY,
  sum(ADS_FIREARM_POINT),
  sum(ADS_FIREARM_DISCHARGE)
from
  action_taken as at
  inner join race_ethnicity as rae on rae.UNIQUE_ID = at.UNIQUE_ID
  inner join race_ethnicity_codes as rae_codes on rae.RAE_FULL = rae_codes.CODE
group by
  rae.RAE_FULL
@chekos chekos added the suggestion A canned query suggestion (to be included by default in future deployment) label May 12, 2020
@chekos chekos self-assigned this May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion A canned query suggestion (to be included by default in future deployment)
Projects
None yet
Development

No branches or pull requests

1 participant