Created
September 23, 2020 19:53
-
-
Save marketingclouded/1eb7b87719a37dfaac471c6fa4e30dfd to your computer and use it in GitHub Desktop.
Tracking SFMC Account Health: Overwrites Account_Health_Daily_Sorted
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 TOP 9223372036854775807 | |
NewSubscribers, Date, Unsubscribes, Sent, Opens, Clicks, Bounces, DateStamp, Month, ActiveSubscribers | |
FROM Account_Health_Daily | |
ORDER BY DateStamp DESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment