Click to See Complete Forum and Search --> : alter table


tiger66
08-20-2003, 09:21 AM
HI I am trying to change one of my database field to auto_increment.
I am getting an "invalid alter table option" when I tried to alter my table with code below

alter table PC modify ID NUMBER(10) AUTO_INCREMENT NOT NULL

Please help

Thanks

bloke
08-20-2003, 10:33 AM
What type of database are you using?