Run a query with an incrementing date variable
I have a TSQL query that needs to run a query multiple times based on a date parameter. The date needs to be incremented to get all days in one month. The query needs to pull all orders that were purchased and in shipping during a certain time frame. As well as orders that are currently in the shipping process.
Run a query with an incrementing date variable
I have a TSQL query that needs to run a query multiple times based on a date parameter. The date needs to be incremented to get all days in one month. The query needs to pull all orders that were purchased and in shipping during a certain time frame. As well as orders that are currently in the shipping process.