Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How to create data with numeric ranges

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles