0

Using SQL Server I need to get an array of all dates within an order range from order start, but excluding the order end date.

enter image description here

3
  • try UNION maybe? Commented Jun 24, 2019 at 10:20
  • Why 20190615 twice and 20190617 returned once? There is something wrong there. Commented Jun 24, 2019 at 10:27
  • Each order has a start and end date. I require all dates from within the order period except the last date. Output is order ids and date. Commented Jun 24, 2019 at 10:31

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.