Created
September 23, 2020 19:55
Tracking SFMC Account Health: Updates Account_Health_Monthly w ActiveSubscribers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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