Hi there,
I am trying to change a table that is already indexed.
i tried: ALTER TABLE TableName Modify IntField INT NOT NULL AUTO_INCREMENT;
but it says: there can only be one auto column and it must be a key
I havent set a key or another auto column
thanks for all your help
dunskii
I am trying to change a table that is already indexed.
i tried: ALTER TABLE TableName Modify IntField INT NOT NULL AUTO_INCREMENT;
but it says: there can only be one auto column and it must be a key
I havent set a key or another auto column
thanks for all your help
dunskii