Skip to content

Instantly share code, notes, and snippets.

@kiyoto
Created April 3, 2017 17:51
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 kiyoto/0b9ee5ef5a912e36773cd4ae04fd6394 to your computer and use it in GitHub Desktop.
Save kiyoto/0b9ee5ef5a912e36773cd4ae04fd6394 to your computer and use it in GitHub Desktop.
fb custom audience
SELECT
C.email
FROM
contact C
JOIN
account A
ON c.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