I have a table of 945 records. One of the columns is SerID, and it currently starts at 2 and goes up to 1030 or so. However, I need that column to have a numbering sequence starting at 360001 instead of 1.
Is there a way I can re-increment that one column without having to do it manually?
Is there a way I can re-increment that one column without having to do it manually?