No 3. Retail TA News 2024 Live
Tue Nov 19 2024 19:23:10 GMT+0000 (Coordinated Universal Time)
Saved by
@shirnunn
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
)
content_copyCOPY
Comments