DebbieChapman
Programmer
I'm trying to write a stored proceedure that allows me to generate numbers into a table.
What I want to do is get a start number and end number then generate all the numbers in between in a specific format.
ie. start Number = 2 end number = 400
I then want to process these numbers into the following format
A0000002
A0000003
A0000004
etc etc until
A0000400
then write these numbers to a specfic table
I would appreciate any help on this
What I want to do is get a start number and end number then generate all the numbers in between in a specific format.
ie. start Number = 2 end number = 400
I then want to process these numbers into the following format
A0000002
A0000003
A0000004
etc etc until
A0000400
then write these numbers to a specfic table
I would appreciate any help on this