Hi folx
I have a table with an autoinc data type as the primary index. The table starts at number 1.
I want to change the table so that the first record starts at 20986.
Therefore, I want the table to change from:
NUMBER
1
2
3
4
etc...
and become:
NUMBER
20986
20987
20988
20989
etc...
Thank you.
Kind regards
wickyd
I have a table with an autoinc data type as the primary index. The table starts at number 1.
I want to change the table so that the first record starts at 20986.
Therefore, I want the table to change from:
NUMBER
1
2
3
4
etc...
and become:
NUMBER
20986
20987
20988
20989
etc...
Thank you.
Kind regards
wickyd