Skip to content

Instantly share code, notes, and snippets.

@glennonymous
Created April 20, 2017 21:30
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 glennonymous/06f3a632bd78173014fadb529e65313d to your computer and use it in GitHub Desktop.
Save glennonymous/06f3a632bd78173014fadb529e65313d to your computer and use it in GitHub Desktop.
SELECT
SFlist.email
FROM
contact SFlist
JOIN
account A
ON SFlist.accountid = A.id
AND A.region_forecasting__c = 'US/ROW'
AND A.industry IN(
'Retail',
'eCommerce'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment