Hi
I have a SQL table where I have
cust no. = 1, Created date = 2020-02-01 and Last date = 2020-06-30.
cust no. = 2, Created date = 2020-01-01 and Last date = 2020-07-30.
I need to insert each month between Created date and Last date into a SQL table for each cust no.
Any ideas how do I do that?
I tried Looper and Endless looper but I can't make it work and can't find any documentation