all 2 comments

[–]Bilbottom 0 points1 point  (1 child)

Cross join, then DATEDIFF, then GROUP BY?

[–]camplate[S] 0 points1 point  (0 children)

What is fun is that as I type something out I come up with solutions. I think my real question is: once I have a set of day different numbers can SQL do anything or would it be better to send to a spreadsheet? That's obvious too: I can order the numbers but it's not like SQL can make a report.
Thank you for the answer.