SQL Row Generator

tc8w's profile image tc8w posted 3 years ago in General Permalink

I have a table with values. 1347 1599 1704 2215

I need to create a table that contains all numbers from min to max 1347 - 2215

1347 1348 1349 . . . 2213 2214 2215

How can I do this?

Thanks

FlavioSuar's profile image FlavioSuar posted 3 years ago Permalink

Hi,

Take it! The 'magic' was made with SublimeText + InsertNums extension and some research, but you can do it with other good dev text editors like TextPad, etc.

1 attachment(s):

Please login to leave a reply, or register at first.