Month ahead SQL statement - Adobe Campaign
I am attempting to get a query that looks at an entire month ahead.
So for example. We are sending out card expiry emails in this Month (May) but I want to query all those that have a subscription end date in June.
I have used:
on or after: AddMonths(ToDate( GetDate()) , 1)
AND before: AddMonths(ToDate( GetDate()) , 2)
But I think this will return June 4-July4. All I want it June 1-June 30. What is the correct SQ statement to use?
