With SQL Server, I have a column with a launch date (dateTime). I want to report on everything that is being launched between all of last month (from viewing date) thru all of this month and next month.
So basically a full 3 month period.
What is the best way to write that?
Are you looking for something like this?
This will give you all the results starting from the beginning of the previous month and before the beginning of two months from now (a full 3 month range)