Reported By: Rolf Frei Reported On: 4/18/2002 For: Version 3.10 Build 1
# 1122Using REDEFINE on a Column and the Primary Key in an ALTER TABLE Causes Incorrect Key Fields I have a table with this primary key: CustomerID;SessionID;Pos. When I do the following SQL the new PK should be OrderID;Pos but it is now OrderID;Pos;Pos. It looks as the old third filed in the PK is not deleted.