realstandman
IS-IT--Management
I have a table where I need an autonumber to start at 30000. With this in mind I will be using a
DELETE test.*
FROM test;
and Reloading this table with new data. How can I get the Autonumber to restart at 30000??
Thanks, Stan
DELETE test.*
FROM test;
and Reloading this table with new data. How can I get the Autonumber to restart at 30000??
Thanks, Stan