View Single Post

   
  #4 (permalink)  
Old 04-08-2008, 11:15 AM
Jens Lenge
 
Posts: n/a
Default Re: Inserting a new PK into an existing table

David Newman wrote:

> [...]
> Then use update statements to populate the column. This is left as
> an exercise to the reader.
> [...]


I probably should have been more precise. I already know how to create
the new column and how to make it a primary key after it has been
filled, the only thing I have not found yet is how to populate it with
unique numbers.

Anyway, thanks for the reply.

Jens

Reply With Quote