I"m very new to SQL but need to insert LOT numbers to inventory.
I have my table (cards) and my column (lot).
The cards come in lots of 25 units. Each lot increments by 1. So rows 1-25 would have lot 0001, 26-50 would have a lot of 0002, etc. I need to do this for 1,000,000 rows.
I've looked at a lot of resources and books and can't find any examples of how to do this.
Any ideas?
Thanks in advance.