Is it possible to pull all records from a table called Users where a column called DateStarted meets the following criteria?
1. DateStarted must be at least 5 years ago
2. The anniversary of DateStarted must be within the next 30 days from the current date.
I can do it in ASP using DateDiff function but not in plain SQL.
Thanks very much
Ed
1. DateStarted must be at least 5 years ago
2. The anniversary of DateStarted must be within the next 30 days from the current date.
I can do it in ASP using DateDiff function but not in plain SQL.
Thanks very much
Ed