Hi. As the title suggests, I want to be able to create items in a database, in a loop. So if I have a Start, an End, and a Step, I want to generate a list from start to end, in a database. I do not want to create a null list manually and then make changes to that list.
Eg: Start: 1
End:5
Step: 2
Result:
1
3
5