Large table (20 millions records) without enumerated field.
I need to create a column, let's call the field: RecNum.
I want to start with the first record in the table, give the RecNum field in that record a number, let's say 1. Then, the second record 2, the third, 3, etc., and continue to the end of the table.
RecNum
1
2
3
...
I need to create a column, let's call the field: RecNum.
I want to start with the first record in the table, give the RecNum field in that record a number, let's say 1. Then, the second record 2, the third, 3, etc., and continue to the end of the table.
RecNum
1
2
3
...