I have a table that has its primary key set to autoincrement. This table needs to be brought up to date via an import of data, but I want to assign the primary key based on the imported data not on the next incremented value. Also the data to import may not be in sequence - some ids might be missing (101,105,122 etc).I have a table that has its primary key set to