We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SELECT * FROM (SELECT TOTAL_BFS, SUM(TOTAL_BFS) as N from (select UNIQUE_ID, BFS_CONSENT_GIVEN + BFS_OFFICER_SAFETY + BFS_SEARCH_WARRANT + BFS_PAROLE + BFS_SUSPECT_WEAPON + BFS_VISIBLE_CONTRABAND + BFS_ODOR_CONTRABAND + BFS_CANINE_DETECT + BFS_EVIDENCE + BFS_INCIDENT + BFS_EXIGENT_CIRCUM + BFS_VEHICLE_INVENT + BFS_SCHOOL_POLICY as TOTAL_BFS from basis_for_search order by TOTAL_BFS DESC ) where total_bfs > 0 group by total_bfs )
The text was updated successfully, but these errors were encountered:
chekos
No branches or pull requests
Multiple basis for search
query
The text was updated successfully, but these errors were encountered: