I need to populate a table column with a range of numbers beginning with 40000000001 through to 400000000500.
So the first record would be 40000000001 and the last record would be 400000000500.
Is there a quick and dirty way to insert each record that sequentially adds a number between this range without me having to type it in for every record?
Thanks in advance!
So the first record would be 40000000001 and the last record would be 400000000500.
Is there a quick and dirty way to insert each record that sequentially adds a number between this range without me having to type it in for every record?
Thanks in advance!