murzina
Programmer
- Jan 14, 2009
- 14
I would like to add a field to the table. Is this the right way to do it?
Alter table Distance Add (zid integer(10000000));
I would like to set one of the fields as a primary key. I did not do it at the creation of the table. Is it possible to set a field as a primary key after the creation of the table?
Alter table Distance Add (zid integer(10000000));
I would like to set one of the fields as a primary key. I did not do it at the creation of the table. Is it possible to set a field as a primary key after the creation of the table?