Skip to content

Instantly share code, notes, and snippets.

Tracking SFMC Account Health: Updates Account_Health_Monthly w ActiveSubscribers
SELECT e.ActiveSubscribers, d.Month
FROM Account_Health_Daily e
INNER JOIN Account_Health_Monthly d
ON d.MonthStamp = e.DateStamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment