-
-
Notifications
You must be signed in to change notification settings - Fork 0
Query suggestion #28
Copy link
Copy link
Open
Labels
suggestionA canned query suggestion (to be included by default in future deployment)A canned query suggestion (to be included by default in future deployment)
Description
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_FULLReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
suggestionA canned query suggestion (to be included by default in future deployment)A canned query suggestion (to be included by default in future deployment)