Skip to content

Instantly share code, notes, and snippets.

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