Skip to content

Instantly share code, notes, and snippets.

@marketingclouded
Created September 23, 2020 19:53
Show Gist options
  • Save marketingclouded/1eb7b87719a37dfaac471c6fa4e30dfd to your computer and use it in GitHub Desktop.
Save marketingclouded/1eb7b87719a37dfaac471c6fa4e30dfd to your computer and use it in GitHub Desktop.
Tracking SFMC Account Health: Overwrites Account_Health_Daily_Sorted
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