I know this is a simple procedure but I cannot figure it out. I need to insert a new column into an existing table. The column needs to be an auto number, starting at 1 and counting up by 1. In addition, this field needs to be a primary key for the table. Currently, the table has 150 million rows in it.
The table is called “PEOPLE” and the new column that I need to add is called “PeopleID”.
Thanks
The table is called “PEOPLE” and the new column that I need to add is called “PeopleID”.
Thanks