I have been requested to create a report using numeric ranges. So for example, a user should be able to put in a starting number (100) and an ending number (200) and an interval (5). What would I create in TSQL to generate the rows with 100, 105, 11
↧