foreveryoung
Programmer
I want to add a column to a table and make that the primary key. I am using the following
alter table KH06AdmissionsTBL add column rowid int primary key
what am i doing wrong it said no nulls allowed but if i replace int to autonumber it still wont work.
Any DDL experts out there?
Many thanks
David
alter table KH06AdmissionsTBL add column rowid int primary key
what am i doing wrong it said no nulls allowed but if i replace int to autonumber it still wont work.
Any DDL experts out there?
Many thanks
David