Hi,
I want to create a query that returns 15 rows of consecutive years. The value of the first year would be entered by a user. (i.e. if the user entered 2004, it would return 15 rows starting with 2004 upto 2018)
Is there a way to do this in SQL?
Thank you in advance for your help!
SJH
I want to create a query that returns 15 rows of consecutive years. The value of the first year would be entered by a user. (i.e. if the user entered 2004, it would return 15 rows starting with 2004 upto 2018)
Is there a way to do this in SQL?
Thank you in advance for your help!
SJH