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.
Asked
Active
Viewed 151 times
0
-
try `UNION` maybe? – Manav Jun 24 '19 at 10:20
-
Why `20190615` twice and `20190617` returned once? There is something wrong there. – Ilyes Jun 24 '19 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. – Mike Jun 24 '19 at 10:31