Skip to content

Instantly share code, notes, and snippets.

@wallat
Last active November 17, 2021 03:14
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 wallat/d10703c5e04a7840c7ef341ce1d62b10 to your computer and use it in GitHub Desktop.
Save wallat/d10703c5e04a7840c7ef341ce1d62b10 to your computer and use it in GitHub Desktop.
MC SQL Basic Contact #marketingcloud #sql
SELECT C.Id
FROM ENT.Contact_Salesforce_1 C
WHERE
C.Market__c IN ('a0J2u000001NjoJEAS', 'a0J2u000001NjoIEAS') -- HK
C.Market__c IN ('a0J2u000001NjoNEAS') -- TW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment