SELECT i.SubscriberKey
,i.EmailAddress
,i.System_Language__c
,i.Mailing_Country__c
,i.First_Name__c
,i.Cat_Campaign_Most_Recent__c
,i.Business_Unit__c
,i.System_Opt_in_for_eMail__c
,i.DateAdded
,i.PCCReg
FROM [Proposed_Retail_TA_News_2024_INCLUDE] i
WHERE 1 = 1
AND NOT EXISTS (
SELECT NULL
FROM [Proposed_Retail_TA_News_2024_EXCLUDE] ex
WHERE 1 = 1
AND i.SubscriberKey = ex.SubscriberKey
)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter