Skip to content

Instantly share code, notes, and snippets.

View glennonymous's full-sized avatar

Glenn Thomas Davis glennonymous

View GitHub Profile
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',