Created
September 23, 2020 20:33
-
-
Save marketingclouded/dc73eec195282ef3ff2f06616648060a to your computer and use it in GitHub Desktop.
Tracking Email Performance in SFMC: Overwrites Email_Perf_Sched_Last_28Days
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 * | |
FROM Email_Performance_Sched | |
WHERE SentTime > DATEADD(d,DATEDIFF(day,30,GetDate()),0) AND SentTime < DATEADD(d,DATEDIFF(day,2,GetDate()),0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment