Created
September 23, 2020 19:55
-
-
Save marketingclouded/6b79a422980c1ee008d420639a75e234 to your computer and use it in GitHub Desktop.
Tracking SFMC Account Health: Updates Account_Health_Monthly w ActiveSubscribers
This file contains hidden or 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