Created
September 23, 2020 20:44
-
-
Save marketingclouded/cd4c68803493ff0633da57293888a45e to your computer and use it in GitHub Desktop.
Tracking Inactive Subscribers in SFMC: Calculates Subscriber_Last_Open with DateDiff
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 SubscriberID, | |
DateDiff(day,LastOpenDate,LastSentDate) AS 'DateDiff' | |
FROM Subscriber_Last_Open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment