Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save web20opensource/142220f5f2f922402247aa67bf7414aa to your computer and use it in GitHub Desktop.
Save web20opensource/142220f5f2f922402247aa67bf7414aa to your computer and use it in GitHub Desktop.
select
emailAddress
from [dataExtension]
where createdDate > convert(date, getDate()-30)
@web20opensource
Copy link
Author

web20opensource commented May 4, 2020

seems the comparison operators were inverted. I have updated them to shown as is expected to be.
And if the time frame is up to today, there's no really needed to include a time frame limit up, correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment