You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selectrae_codes.RACE_ETHNICITY,
sum(ADS_FIREARM_POINT),
sum(ADS_FIREARM_DISCHARGE)
from
action_taken as at
inner join race_ethnicity as rae onrae.UNIQUE_ID=at.UNIQUE_IDinner join race_ethnicity_codes as rae_codes onrae.RAE_FULL=rae_codes.CODEgroup byrae.RAE_FULL
The text was updated successfully, but these errors were encountered:
chekos
added
the
suggestion
A canned query suggestion (to be included by default in future deployment)
label
May 12, 2020
firearm point and discharge stats by racen
query
The text was updated successfully, but these errors were encountered: