Skip to content

Instantly share code, notes, and snippets.

@thebrettbarlow
Created March 20, 2019 03:32
Show Gist options
  • Save thebrettbarlow/d3356a364532ad4b7130522b1224c97d to your computer and use it in GitHub Desktop.
Save thebrettbarlow/d3356a364532ad4b7130522b1224c97d to your computer and use it in GitHub Desktop.
SELECT Id, Name, BillingState
FROM Account
WHERE BillingState IN ('CA', 'NY', 'FL')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment