My mind has gone totally blank this morning. I'm creating a proc and need it to pull results with a date-related WHERE clause. The WHERE clause should state that the report should look back two months from GetDate()
.
This is using T-SQL in SQL Server 2012. The column containing the date for the clause is called [Delivery Date]
.
Many thanks.