I'm new to SQL and was wondering if someone can help me come up with a query.
I need to go from this:
To this:
Basically, I have a table with some class labels and their start and end dates. I would like to have one row per date between the start and end dates. I have tried looking up some date functions in SQL and know I probably have to use DATEADD at some point, to add days to the start date until we reach the end date. Beyond this I am pretty stuck and would appreciate any help with this! Thanks