Last active
May 4, 2020 16:19
-
-
Save wvpv/73b2ba7bb5edf02169b2b7a3688bd0bd to your computer and use it in GitHub Desktop.
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 | |
emailAddress | |
from [dataExtension] | |
where createdDate < convert(date, getDate()) | |
and createdDate >= convert(date, getDate()-30) |
Yes, you're correct. Updated. Thanks for letting me know.
No problem. Thanks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adam, can you please review this cloned gist?
Seems the comparison operators were inverted. I have updated them to shown as is expected to be.
I caught this reading your blog