Skip to content

Instantly share code, notes, and snippets.

@pj4533
Created April 11, 2019 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pj4533/21dd004f276028c335c7be0639e1116c to your computer and use it in GitHub Desktop.
Save pj4533/21dd004f276028c335c7be0639e1116c to your computer and use it in GitHub Desktop.
SELECT * from `state_boe_012219`
WHERE
(`state_boe_012219`.`CLEANED_VOTER_HISTORY` LIKE '%GE16%') AND
(`state_boe_012219`.`CLEANED_VOTER_HISTORY` LIKE '%GE18%') AND
(`state_boe_012219`.`CLEANED_VOTER_HISTORY` NOT LIKE '%GE17%')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment