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
SELECTb.AGENCY_NAMEas agency_name,
rae.RAE_FULLas race_ethnicity,
COUNT(rae.RAE_FULL) as N
FROM
race_ethnicity as rae
INNER JOIN aa_main_table as b ONb.UNIQUE_ID=rae.UNIQUE_IDGROUP BY
agency_name,
rae.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 4, 2020
Fixing Race/Ethnicity Numbers by Agency Name
query
The text was updated successfully, but these errors were encountered: